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

#initializeDefaultError

Returns a new instance of DefaultError.



24
25
26
27
28
# File 'lib/hashie/extensions/strict_key_access.rb', line 24

def initialize
  super('Setting or using a default with Hashie::Extensions::StrictKeyAccess'\
        ' does not make sense'
  )
end