
scalafix.internal.rule.CompilerException.scala Maven / Gradle / Ivy
The newest version!
package scalafix.internal.rule
case class CompilerException(underlying: Throwable)
extends Exception("compiler crashed", underlying)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy