class MultiXml::DisallowedTypeError
Public Class Methods
Source
# File lib/multi_xml.rb, line 12 def initialize(type) super "Disallowed type attribute: #{type.inspect}" end
Calls superclass method
# File lib/multi_xml.rb, line 12 def initialize(type) super "Disallowed type attribute: #{type.inspect}" end