Exception: NoElementInHash

Inherits:
Soaspec::Error show all
Defined in:
lib/soaspec/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.



21
22
23
# File 'lib/soaspec/errors.rb', line 21

def initialize(msg = 'No element in Hash found')
  super
end