
org.scalaquery.SQueryException.scala Maven / Gradle / Ivy
package org.scalaquery
class SQueryException(msg: String, parent: Throwable) extends RuntimeException(msg, parent) {
def this(msg: String) = this(msg, null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy