handleUnhandledError

Handles unhandled errors.

static if(isWeb)
void
handleUnhandledError
(
Throwable t
)

Parameters

t Throwable

The unhandled throwable error.

Meta