![JAR search and dependency download from the Maven repository](/logo.png)
scalikejdbc.config.ConfigurationException.scala Maven / Gradle / Ivy
The newest version!
package scalikejdbc.config
/**
* Configuration Exception
*/
class ConfigurationException(val message: String) extends Exception(message) {
def this(e: Throwable) = this(e.getMessage)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy