All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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