raise
Invokes error, wraps it as a Throwable and then throws it, short-circuiting the RaiseScope execution.
Return
Nothing This function always throws.
Parameters
error
The error to raise, which can be any non-null type.
See also
Throws
Raise Cancellation Exception
When RaiseScope is active.
Raise Scope Leaked Exception
If RaiseScope.complete has already been called.