method

new

rails latest stable - Class: ArJdbcMySQL::Error

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

new(msg)
public

No documentation available.

# File activerecord/lib/active_record/railties/jdbcmysql_error.rb, line 6
    def initialize(msg)
      super
      @error_number = nil
      @sql_state    = nil
    end