MongooseErrorFilter
@tsed/platform-exceptions
Usage
typescript
import { MongooseErrorFilter } from "@tsed/platform-exceptions";
See /packages/platform/platform-exceptions/src/types/components/MongooseErrorFilter.ts.
Overview
ts
class MongooseErrorFilter extends ErrorFilter {
catch(error: Error, ctx: BaseContext): void;
}
catch
ts
catch(error: Error, ctx: BaseContext): void;