Exception: ActiveSupport::XMLConverter::DisallowedType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_support/core_ext/hash/conversions.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ DisallowedType

Returns a new instance of DisallowedType.



124
125
126
# File 'lib/active_support/core_ext/hash/conversions.rb', line 124

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