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

scala.quoted.ScopeException.scala Maven / Gradle / Ivy

The newest version!
package scala.quoted

/** Exception thrown when an Expr or Type is used ouside of the scope where it is valid */
class ScopeException(msg: String) extends Exception(msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy