Backed out changeset f5d6cc2e4726
This commit is contained in:
@@ -37,11 +37,11 @@
|
||||
|
||||
package org.mozilla.gecko.sqlite;
|
||||
|
||||
public class SQLiteBridgeException extends RuntimeException {
|
||||
public class SQLiteBridgeException extends Exception {
|
||||
static final long serialVersionUID = 1L;
|
||||
|
||||
public SQLiteBridgeException() {}
|
||||
public SQLiteBridgeException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user