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

gapt.proofs.lk.LKRuleCreationException.scala Maven / Gradle / Ivy

The newest version!
package gapt.proofs.lk

class LKRuleCreationException(name: String, message: String)
    extends Exception(s"Cannot create $name: " + message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy