# File lib/mysql2/error.rb, line 5
    def initialize msg
      super
      @error_number = nil
      @sql_state    = nil
    end