Function: isCatchFilter()
ts
function isCatchFilter(target): boolean;Defined in: packages/core/src/exceptions/catch.decorator.ts:54
Check if a class is marked as an exception filter
Parameters
| Parameter | Type |
|---|---|
target | object |
Returns
boolean