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

zeroformatter.Exceptions.scala Maven / Gradle / Ivy

package zeroformatter

case class FormatException(offset: Int, message: String) extends RuntimeException(s"[$offset] $message")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy