Search
Preparing search index...
The search index is not available
@nestjs/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ExternalExceptionsHandler
Class ExternalExceptionsHandler
Hierarchy
ExternalExceptionFilter
ExternalExceptionsHandler
Index
Properties
filters
Methods
catch
invoke
Custom
Filters
next
set
Custom
Filters
Properties
Private
filters
filters
:
ExceptionFilterMetadata
[]
= []
Methods
catch
catch
(
exception
:
any
, host
:
ArgumentsHost
)
:
any
|
Promise
<
any
>
Parameters
exception:
any
host:
ArgumentsHost
Returns
any
|
Promise
<
any
>
invoke
Custom
Filters
invoke
Custom
Filters<T>
(
exception
:
T
, host
:
ArgumentsHost
)
:
Promise
<
any
>
|
null
Type parameters
T =
any
Parameters
exception:
T
host:
ArgumentsHost
Returns
Promise
<
any
>
|
null
next
next
(
exception
:
Error
|
any
, host
:
ArgumentsHost
)
:
Promise
<
any
>
Parameters
exception:
Error
|
any
host:
ArgumentsHost
Returns
Promise
<
any
>
set
Custom
Filters
set
Custom
Filters
(
filters
:
ExceptionFilterMetadata
[]
)
:
void
Parameters
filters:
ExceptionFilterMetadata
[]
Returns
void
Globals
External
Exceptions
Handler
filters
catch
invoke
Custom
Filters
next
set
Custom
Filters
Generated using
TypeDoc