class MultiXml::DisallowedTypeError

def initialize(type)

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