Exception: DBI::InternalError

Inherits:
DatabaseError show all
Defined in:
lib/dbi/exceptions.rb

Overview

Exception raised when the database encounters an internal error, e.g. the cursor is not valid anymore, the transaction is out of sync.

Instance Attribute Summary

Attributes inherited from DatabaseError

#err, #errstr, #state

Method Summary

Methods inherited from DatabaseError

#initialize

Constructor Details

This class inherits a constructor from DBI::DatabaseError