
zeroformatter.Exceptions.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zero-formatter_2.12 Show documentation
Show all versions of zero-formatter_2.12 Show documentation
Implementation of ZeroFormatter in Scala
The newest version!
package zeroformatter
case class FormatException(offset: Int, message: String) extends RuntimeException(s"[$offset] $message")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy