diff options
author | Jamis Buck <jamis@37signals.com> | 2008-05-30 13:50:43 -0600 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2008-05-30 13:50:43 -0600 |
commit | 86d3d598af767218642c707f07708bb49e430c1b (patch) | |
tree | 9422dc871986eef224af4e86f676c42d2c888494 /lib/sqlite3 | |
parent | be7b89093c1871b8d285cf46d48fe5d3c234de46 (diff) | |
parent | c5a5a92d5fa3ac7b56c75e7324aec8d2eb603b64 (diff) | |
download | third_party-sqlite3-ruby-86d3d598af767218642c707f07708bb49e430c1b.tar.gz third_party-sqlite3-ruby-86d3d598af767218642c707f07708bb49e430c1b.tar.xz third_party-sqlite3-ruby-86d3d598af767218642c707f07708bb49e430c1b.zip |
Merge branch 'robholland/master'
Diffstat (limited to 'lib/sqlite3')
-rw-r--r-- | lib/sqlite3/errors.rb | 2 |
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. |