scalikejdbc.IllegalRelationshipException.scala Maven / Gradle / Ivy
package scalikejdbc
/**
* Exception which represents that an illegal relationship is found.
*/
case class IllegalRelationshipException(message: String)
extends IllegalStateException(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy