Method: NoElementInHash#initialize
- Defined in:
- lib/soaspec/not_found_errors.rb
#initialize(msg = 'No element in Hash found') ⇒ NoElementInHash
Returns a new instance of NoElementInHash.
10 11 12 |
# File 'lib/soaspec/not_found_errors.rb', line 10 def initialize(msg = 'No element in Hash found') super end |