UNPKG
ionic-orm-3
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.5
Data-mapper ORM for Ionic WebSQL and SQLite
github.com/BradyLiles/ionic-orm
raniel90/ionic-orm
ionic-orm-3
/
dist
/
src
/
driver
/
error
/
DriverOptionNotSetError.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Thrown if some required driver's option is not set. */
export
declare
class
DriverOptionNotSetError
extends
Error
{ name:
string
;
constructor
(
optionName
:
string
); }