org.scalafmt.dynamic.exceptions.ScalafmtException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalafmt-dynamic_native0.5_2.13 Show documentation
Show all versions of scalafmt-dynamic_native0.5_2.13 Show documentation
Implementation of scalafmt-interfaces
package org.scalafmt.dynamic.exceptions
import scala.util.control.NoStackTrace
case class ScalafmtException(message: String, cause: Throwable)
extends Exception(message, cause) with NoStackTrace
© 2015 - 2024 Weber Informatics LLC | Privacy Policy