UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

8 lines (7 loc) 222 B
/** * Thrown when repository for the given class is not found. */ export declare class RepositoryNotFoundError extends Error { name: string; constructor(connectionName: string, entityClass: Function | string); }