method
new
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::XMLConverter::DisallowedType
new(type)public
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 144
def initialize(type)
super "Disallowed type attribute: #{type.inspect}"
end