AngularTS
    Preparing search index...

    Type Alias ExceptionHandler

    ExceptionHandler: (exception: unknown) => never

    A callback type for handling errors.

    Type Declaration

      • (exception: unknown): never
      • Parameters

        • exception: unknown

          The exception associated with the error.

        Returns never