Exception: Hashie::Extensions::StrictKeyAccess::DefaultError
- Inherits:
-
StandardError
- Object
- StandardError
- Hashie::Extensions::StrictKeyAccess::DefaultError
- Defined in:
- lib/hashie/extensions/strict_key_access.rb
Instance Method Summary collapse
-
#initialize ⇒ DefaultError
constructor
A new instance of DefaultError.
Constructor Details
#initialize ⇒ DefaultError
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 |