
scalafix.internal.v1.FileException.scala Maven / Gradle / Ivy
The newest version!
package scalafix.internal.v1
import scala.util.control.NoStackTrace
import scala.meta.io.AbsolutePath
case class FileException(file: AbsolutePath, cause: Throwable)
extends Exception(s"unexpected error processing file $file", cause)
with NoStackTrace
© 2015 - 2025 Weber Informatics LLC | Privacy Policy