Exception: SQLite3::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sqlite3/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

A convenience for accessing the error code for this exception.



6
7
8
# File 'lib/sqlite3/errors.rb', line 6

def code
  @code
end