Make sure we handle SQLiteException and other IO errors properly
SQLiteException is a runtime exception, which makes it easy to forget to handle it. This change converts SQLiteExceptions into a checked exception, which is then handled appropriately. PiperOrigin-RevId: 237038793
Showing
with
485 additions
and
288 deletions
Please
register
or
sign in
to comment