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

scalikejdbc.TooManyRowsException.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc

/**
 * Exception which represents too many rows returned.
 */
case class TooManyRowsException(expected: Int, actual: Int) extends Exception




© 2015 - 2024 Weber Informatics LLC | Privacy Policy