Template defaultFxAbort

A rudimentary Host VM abortion implementation that throws error messages back into the JS VM.

template defaultFxAbort ;

You MUST either mixin the template in your Host application or provide your own implementation.

Throws

JSException when a JS VM is aborted with the xsUnhandledExceptionExit status.

Examples

mixin defaultFxAbort;