Documentation

AppContext​.setErrorHandler()

Sets a global unhandled error handler.

static setErrorHandler(f: (err: unknown) => void): void;

Notes

Parameters

Related