Exception: DBI::OperationalError
- Inherits:
-
DatabaseError
- Object
- RuntimeError
- Error
- DatabaseError
- DBI::OperationalError
- Defined in:
- lib/dbi/exceptions.rb
Overview
Exception for errors related to the database’s operation which are not necessarily under the control of the programmer. This includes such things as unexpected disconnect, datasource name not found, transaction could not be processed, a memory allocation error occured during processing, etc.
Instance Attribute Summary
Attributes inherited from DatabaseError
Method Summary
Methods inherited from DatabaseError
Constructor Details
This class inherits a constructor from DBI::DatabaseError