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

org.sisioh.config.ConfigurationException.scala Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package org.sisioh.config

case class ConfigurationException(message: String, cause: Throwable, origin: ConfigurationOrigin)
  extends Exception(message, cause)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy