# File lib/dbi/dbi.rb, line 164 def initialize(errstr="", err=nil, state=nil) super(errstr) @err, @errstr, @state = err, errstr, state end