Exception: Hashie::Mash::CannotDisableMashWarnings

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hashie/mash.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'You cannot disable warnings on the base Mash class. Please subclass the Mash and disable it in the subclass.') ⇒ CannotDisableMashWarnings

Returns a new instance of CannotDisableMashWarnings.



67
68
69
# File 'lib/hashie/mash.rb', line 67

def initialize(message = 'You cannot disable warnings on the base Mash class. Please subclass the Mash and disable it in the subclass.')
  super(message)
end