Method: MultiXml::DisallowedTypeError#initialize
- Defined in:
- lib/multi_xml.rb
permalink #initialize(type) ⇒ DisallowedTypeError
Returns a new instance of DisallowedTypeError.
13 14 15 |
# File 'lib/multi_xml.rb', line 13 def initialize(type) super("Disallowed type attribute: #{type.inspect}") end |