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

zeroformatter.Exceptions.scala Maven / Gradle / Ivy

The newest version!
package zeroformatter

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy