diff options
| -rwxr-xr-x | activerecord/lib/active_record/base.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 06083bd941..643a5fe02a 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -17,8 +17,6 @@ module ActiveRecord #:nodoc: end class ConnectionNotEstablished < ActiveRecordError #:nodoc: end - class ConnectionFailed < ActiveRecordError #:nodoc: - end class RecordNotFound < ActiveRecordError #:nodoc: end class RecordNotSaved < ActiveRecordError #:nodoc: |
