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

scalikejdbc.IllegalRelationshipException.scala Maven / Gradle / Ivy

The newest version!
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