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

scalikejdbc.config.ConfigurationException.scala Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package scalikejdbc.config

/**
 * Configuration Exception
 */
class ConfigurationException(val message: String) extends Exception(message) {
  def this(e: Throwable) = this(e.getMessage)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy