class NoElementInHash
Did not find any element by provided key in the Hash
Public Class Methods
new(msg = 'No element in Hash found')
click to toggle source
Calls superclass method
# File lib/soaspec/errors.rb, line 21 def initialize(msg = 'No element in Hash found') super end