Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExternalExceptionsHandler

Hierarchy

  • ExternalExceptionFilter
  • ExternalExceptionFilter
    • ExternalExceptionsHandler

Index

Constructors

constructor

  • Returns ExternalExceptionsHandler

Properties

Private filters

filters: ExceptionFilterMetadata[] = []

Methods

catch

  • catch(exception: any, host: ArgumentsHost): any | Promise<any>
  • Parameters

    • exception: any
    • host: ArgumentsHost

    Returns any | Promise<any>

invokeCustomFilters

  • invokeCustomFilters(exception: any, host: any): any
  • Parameters

    • exception: any
    • host: any

    Returns any

next

  • next(exception: any, host: any): any
  • Parameters

    • exception: any
    • host: any

    Returns any

setCustomFilters

  • setCustomFilters(filters: any): void
  • Parameters

    • filters: any

    Returns void

Generated using TypeDoc