summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/sqlite3/errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlite3/errors.rb b/lib/sqlite3/errors.rb
index 842c228..b201445 100644
--- a/lib/sqlite3/errors.rb
+++ b/lib/sqlite3/errors.rb
@@ -2,7 +2,7 @@ require 'sqlite3/constants'
module SQLite3
- class Exception < ::Exception
+ class Exception < ::StandardError
@code = 0
# The numeric error code that this exception represents.