Exception: NoElementInHash
- Inherits:
-
StandardError
- Object
- StandardError
- NoElementInHash
- Defined in:
- lib/soaspec/not_found_errors.rb
Overview
Did not find any element by provided key in the Hash
Instance Method Summary collapse
-
#initialize(msg = 'No element in Hash found') ⇒ NoElementInHash
constructor
A new instance of NoElementInHash.
Constructor Details
#initialize(msg = 'No element in Hash found') ⇒ NoElementInHash
Returns a new instance of NoElementInHash.
11 12 13 |
# File 'lib/soaspec/not_found_errors.rb', line 11 def initialize(msg = 'No element in Hash found') super end |