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

com.avsystem.scex.util.ExpressionRecoverableException.scala Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy