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

scalikejdbc.InvalidColumnNameException.scala Maven / Gradle / Ivy

There is a newer version: 3.2.0-RC1
Show newest version
package scalikejdbc

/**
 * Exception which represents invalid key is specified.
 */
case class InvalidColumnNameException(name: String) extends Exception(name)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy