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
255 additions
and
75 deletions
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment