class ActiveModel::Error

def attributes_for_hash

def attributes_for_hash
  [@base, @attribute, @raw_type, @options.except(*CALLBACKS_OPTIONS)]
end