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.