throw
..Root.BlockCallable.throw
Throws an exception. [Longer description will come.]
Parameters: variable of any type, preferably kind of Exception
Return value: none
NativeCallable
, Callable
try({
throw(Exception("Error!"));
}, {
log(args[0].get());
});