Exception: ActiveRecord::ConnectionFailed
- Inherits:
-
QueryAborted
- Object
- StandardError
- ActiveRecordError
- AdapterError
- StatementInvalid
- QueryAborted
- ActiveRecord::ConnectionFailed
- Defined in:
- lib/active_record/errors.rb
Overview
ConnectionFailed will be raised when the network connection to the database fails while sending a query or waiting for its result.
Instance Attribute Summary
Attributes inherited from StatementInvalid
Attributes inherited from AdapterError
Method Summary
Methods inherited from StatementInvalid
Methods inherited from AdapterError
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid