Skip to content

Commit 0c5204a

Browse files
Make SQLiteNotADatabaseException public
1 parent f3475e8 commit 0c5204a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/src/main/java/net/zetetic/database/sqlcipher/SQLiteNotADatabaseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* <a href="https://www.sqlite.org/rescode.html#notadb">SQLITE_NOTADB</a>
99
*/
10-
class SQLiteNotADatabaseException extends SQLiteException {
10+
public class SQLiteNotADatabaseException extends SQLiteException {
1111
public SQLiteNotADatabaseException() {
1212
super();
1313
}

0 commit comments

Comments
 (0)