![JAR search and dependency download from the Maven repository](/logo.png)
io.getquill.quotation.NonQuotedException.scala Maven / Gradle / Ivy
package io.getquill.quotation
class NonQuotedException extends Exception("The query definition must happen inside a `quote` block.")
object NonQuotedException {
def apply() = throw new NonQuotedException
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy