Parent

Methods

Mysql2::Error

Attributes

errno[RW]
error_number[RW]
sql_state[RW]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.