Exception: DBI::NotSupportedError
- Inherits:
-
DatabaseError
- Object
- RuntimeError
- Error
- DatabaseError
- DBI::NotSupportedError
- Defined in:
- lib/dbi/exceptions.rb
Overview
Exception raised if e.g. commit() is called for a database which do not support transactions.
Instance Attribute Summary
Attributes inherited from DatabaseError
Method Summary
Methods inherited from DatabaseError
Constructor Details
This class inherits a constructor from DBI::DatabaseError