Skip to content

Function: addGlobalExceptionFilter()

ts
function addGlobalExceptionFilter(filter): void;

Defined in: packages/core/src/core/exception-filter.registry.ts:16

Parameters

ParameterType
filterExceptionFilter

Returns

void

Released under the MIT License.