Exception: EasyJSONMatcher::EasyJSONMatcherError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- EasyJSONMatcher::EasyJSONMatcherError
- Defined in:
- lib/easy_json_matcher/easy_json_matcher_error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(error_details) ⇒ EasyJSONMatcherError
constructor
A new instance of EasyJSONMatcherError.
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 |