Exception: EasyJSONMatcher::EasyJSONMatcherError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/easy_json_matcher/easy_json_matcher_error.rb

Direct Known Subclasses

CoercionError

Instance Method Summary collapse

Constructor Details

#initialize(error_details) ⇒ EasyJSONMatcherError

Returns a new instance of EasyJSONMatcherError.



5
6
7
# File 'lib/easy_json_matcher/easy_json_matcher_error.rb', line 5

def initialize(error_details)
  super(error_details)
end