UNPKG

@joktec/mongo

Version:

JokTec - Mongo Service

6 lines 265 B
import { InternalServerException } from '@joktec/core'; export declare class MongoException extends InternalServerException { constructor(msg: string, error: any); } export declare const MongoCatch: MethodDecorator; //# sourceMappingURL=mongo.exception.d.ts.map