rethrow
rethrow([e])
Throw an object without changing the current exception backtrace. The default argument is the current exception (if called within a catch
block).
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.