Method: SQLite3::Exception#code

Defined in:
lib/sqlite3/errors.rb

#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