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

rcumflex.circumflex-diff.3.0-RC1.source-code.exceptions.scala Maven / Gradle / Ivy

The newest version!
package pro.savant.circumflex
package diff

class DiffException(msg: String) extends Exception(msg)

class DiffFailedException(msg: String) extends DiffException(msg)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy