Exception: Hashie::Extensions::StrictKeyAccess::DefaultError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Setting or using a default with Hashie::Extensions::StrictKeyAccess does not make sense', *args) ⇒ DefaultError

Returns a new instance of DefaultError.



22
23
24
# File 'lib/hashie/extensions/strict_key_access.rb', line 22

def initialize(msg = 'Setting or using a default with Hashie::Extensions::StrictKeyAccess does not make sense', *args)
  super
end