Kind: Function
Source: packages/common/utils/select-exception-filter-metadata.util.ts
Part of: Common
Signature
tsfunction selectExceptionFilterMetadata(filters: ExceptionFilterMetadata[], exception: T): ExceptionFilterMetadata | undefined
Parameters
| Name | Type |
|---|---|
filters | ExceptionFilterMetadata[] |
exception | T |
Returns: ExceptionFilterMetadata | undefined
Used by
4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (4)
ExceptionsHandler—packages/core/exceptions/exceptions-handler.ts:9ExternalExceptionsHandler—packages/core/exceptions/external-exceptions-handler.ts:8RpcExceptionsHandler—packages/microservices/exceptions/rpc-exceptions-handler.ts:13WsExceptionsHandler—packages/websockets/exceptions/ws-exceptions-handler.ts:12
Was this page helpful?