Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BaseExceptionFilter
Class BaseExceptionFilter<T>
Type parameters
T
Hierarchy
BaseExceptionFilter
ExceptionsHandler
Implements
any
Index
Constructors
constructor
Properties
application
Ref
http
Adapter
Host
logger
Methods
catch
is
Exception
Object
Constructors
constructor
new
Base
Exception
Filter
(
applicationRef
?:
HttpServer
)
:
BaseExceptionFilter
Parameters
Optional
applicationRef:
HttpServer
Returns
BaseExceptionFilter
Properties
Protected
Optional
application
Ref
application
Ref
:
HttpServer
Protected
Optional
http
Adapter
Host
http
Adapter
Host
:
HttpAdapterHost
Static
Private
logger
logger
:
any
= new Logger('ExceptionsHandler')
Methods
catch
catch
(
exception
:
T
, host
:
ArgumentsHost
)
:
any
Parameters
exception:
T
host:
ArgumentsHost
Returns
any
is
Exception
Object
is
Exception
Object
(
err
:
any
)
:
boolean
Parameters
err:
any
Returns
boolean
Globals
Base
Exception
Filter
constructor
application
Ref
http
Adapter
Host
logger
catch
is
Exception
Object
Generated using
TypeDoc