UNPKG
ionic-orm-x
Version:
latest (0.0.8)
0.0.8
0.0.7
Data-mapper ORM for Ionic WebSQL and SQLite
github.com/jeansantana/ionic-orm
jeansantana/ionic-orm
ionic-orm-x
/
src
/
connection
/
error
/
RepositoryNotTreeError.d.ts
8 lines
(7 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Thrown when repository for the given class is not found. */
export
declare
class
RepositoryNotTreeError
extends
Error
{
name
:
string
;
constructor
(
entityClass
:
Function
|
string
); }