Class RunLevelErrorHandler

Class with logic for handling errors that are thrown at the run-level of the application.

Colloquially, these are errors thrown ourside the request-lifecycle that are not caught by a unit.

Hierarchy

  • RunLevelErrorHandler

Constructors

Properties

Accessors

Methods

Constructors

Properties

logging: Logging

Accessors

  • get handle(): ((e: Error) => void)
  • Get the error handler function.

    Returns ((e: Error) => void)

      • (e: Error): void
      • Get the error handler function.

        Parameters

        • e: Error

        Returns void

Methods