UNPKG

@typeheim/orm-on-fire

Version:
5 lines (4 loc) 167 B
export declare class EntityNotSavedException extends Error { constructor(message: string); static withMessage(message: string): EntityNotSavedException; }