Parent

Methods

SQLite3::Exception

Public Class Methods

code() click to toggle source

The numeric error code that this exception represents.

    # File lib/sqlite3/errors.rb, line 8
 8:     def self.code
 9:       @code
10:     end

Public Instance Methods

code() click to toggle source

A convenience for accessing the error code for this exception.

    # File lib/sqlite3/errors.rb, line 13
13:     def code
14:       self.class.code
15:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.