Runtime JSEvaluation Exception
class RuntimeJSEvaluationException(val jsExpression: String, val details: ExceptionDetails) : Exception(source)
Thrown when the evaluation of some JS expression went wrong.
Thrown when the evaluation of some JS expression went wrong.