Skip to content

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

ParameterType
targetobject

Returns

boolean

Released under the MIT License.