Skip to content

ExceptionFilter

@tsed/platform-exceptions

Usage

typescript
import { ExceptionFilter } from "@tsed/platform-exceptions";

See /packages/platform/platform-exceptions/src/types/components/ExceptionFilter.ts.

Overview

ts
class ExceptionFilter extends ErrorFilter {
    catch(error: Exception, ctx: BaseContext): void;
}

catch

ts
catch(error: Exception, ctx: BaseContext): void;

Released under the MIT License.