Exception: NoElementInHash

Inherits:
StandardError
  • Object
show all
Defined in:
lib/soaspec/not_found_errors.rb

Overview

Did not find any element by provided key in the Hash

Instance Method Summary collapse

Constructor Details

#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