com.avsystem.scex.util.ExpressionRecoverableException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scex-util_2.13.14 Show documentation
Show all versions of scex-util_2.13.14 Show documentation
Extensible, fast and secure Scala expression evaluation engine
The newest version!
package com.avsystem.scex.util
/**
* If some exception extends this trait, it may be caught and recovered from using `?` operator in expressions.
* See [[CommonExpressionUtils.any2qmark.?]]
*/
trait ExpressionRecoverableException extends Throwable