E | |
Error [Sqlexpr_sqlite.S] |
Exception identical to the toplevel
Error , provided for convenience.
|
Error [Sqlexpr_sqlite] |
All the exceptions raised by the code in are wrapped in
Error except when indicated otherwise.
|
S | |
Sqlite_error [Sqlexpr_sqlite.S] |
Exception identical to the toplevel
Sqlite_error , provided for
convenience.
|
Sqlite_error [Sqlexpr_sqlite] |
Errors reported by SQLite are converted into
Sqlite_error _ exceptions,
so they can be matched with
try ... with Sqlexpr.Error (_, Sqlexpr.sqlite_error _)
|