Exception: DBI::ProgrammingError

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

Overview

Exception raised for programming errors, e.g. table not found or already exists, syntax error in SQL statement, wrong number of parameters specified, etc.

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