
scalafix.v1.NonZeroExitCode.scala Maven / Gradle / Ivy
The newest version!
package scalafix.v1
import scala.util.control.NoStackTrace
import scalafix.cli.ExitStatus
final class NonZeroExitCode(code: ExitStatus)
extends Exception(code.toString)
with NoStackTrace
© 2015 - 2025 Weber Informatics LLC | Privacy Policy