DeferredString.setErrorHandler()
Sets the current error handler.
static setErrorHandler(errorHandler: (error: unknown) => void): void;
Notes
- This method is called automatically when the application initializes.
Related
class DeferredString
An object that encapsulates a string, evaluated only when needed.
