UNPKG

@joktec/mysql

Version:

JokTec - MySql Service

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