node-sqlite3-driver
0.1.3
js
node-sqlite3-driver
/
cz.sazel.sqldelight.node.sqlite3
/
SQLite3Exception
SQLite3Exception
class
SQLite3Exception
(
val
error
:
Any
?
)
:
Exception
Members
Constructors
SQLite3Exception
Link copied to clipboard
constructor
(
error
:
Any
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
Any
?
message
Link copied to clipboard
open
val
message
:
String
?