petrovich.exceptions.PetrovichException.scala Maven / Gradle / Ivy
package petrovich.exceptions
class PetrovichException(message: String) extends Exception(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package petrovich.exceptions
class PetrovichException(message: String) extends Exception(message)