throwSQLiteException
fun throwSQLiteException(message: String, result: SqliteResultCode.Failure = SqliteResultCode.ERROR): Nothing(source)
Throws an SQLiteException with supplied message and result which is default to SqliteResultCode.ERROR.