@palmares/databases
Version:
Add support for working with databases with palmares framework
7 lines • 337 B
TypeScript
export declare class UnmanagedModelsShouldImplementSpecialMethodsException extends Error {
constructor(modelName: string, methodItShouldImplement: string);
}
export declare class RelationNameIsNotPartOfModelException extends Error {
constructor(modelName: string, relationName: string);
}
//# sourceMappingURL=exceptions.d.ts.map