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

.circumflex-diff.2.3.source-code.exceptions.scala Maven / Gradle / Ivy

package ru.circumflex
package diff

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy