123456789_123456789_123456789_123456789_123456789_

Exception: ActiveSupport::XMLConverter::DisallowedType

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, StandardError
Instance Chain:
self, StandardError
Inherits: StandardError
  • ::Object
Defined in: activesupport/lib/active_support/core_ext/hash/conversions.rb

Class Method Summary

Constructor Details

.new(type) ⇒ DisallowedType

[ GitHub ]

  
# File 'activesupport/lib/active_support/core_ext/hash/conversions.rb', line 123

def initialize(type)
  super "Disallowed type attribute: #{type.inspect}"
end