DBI::Error
Exception for errors related to the database.
# File lib/dbi/exceptions.rb, line 26 def initialize(errstr="", err=nil, state=nil) super(errstr) @err, @errstr, @state = err, errstr, state end
[Validate]
Generated with the Darkfish Rdoc Generator 2.