Exception: ActiveSupport::XMLConverter::DisallowedType
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | activesupport/lib/active_support/core_ext/hash/conversions.rb |
Class Method Summary
- .new(type) ⇒ DisallowedType constructor
Constructor Details
.new(type) ⇒ DisallowedType
# File 'activesupport/lib/active_support/core_ext/hash/conversions.rb', line 123
def initialize(type) super "Disallowed type attribute: #{type.inspect}" end