Exception: CoreExt::XMLConverter::DisallowedType

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ DisallowedType

Returns a new instance of DisallowedType.



142
143
144
# File 'lib/core_ext/hash/conversions.rb', line 142

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