raise
Reraise an error event up the hierarchy so it can be caught by another component, or reach the root and cause the application to crash.
Parameters
c
The component context the error event was caught in.
e
The original exception.
Reraise an error event up the hierarchy so it can be caught by another component, or reach the root and cause the application to crash.
The component context the error event was caught in.
The original exception.