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

io.getquill.quotation.NonQuotedException.scala Maven / Gradle / Ivy

There is a newer version: 4.6.0
Show newest version
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