Parent

Methods

Mysql2::Error

Attributes

error_number[RW]
sql_state[RW]

Public Class Methods

new(msg) click to toggle source
   # File lib/mysql2/error.rb, line 5
5:     def initialize msg
6:       super
7:       @error_number = nil
8:       @sql_state    = nil
9:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.