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