Skip to content

StringErrorFilter

@tsed/platform-exceptions

Usage

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

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

Overview

ts
class StringErrorFilter implements ExceptionFilterMethods {
    catch(error: string, ctx: BaseContext): void;
}

catch

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

Released under the MIT License.