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