class EasyJSONMatcher::EasyJSONMatcherError

Public Class Methods

new(error_details) click to toggle source
Calls superclass method
# File lib/easy_json_matcher/easy_json_matcher_error.rb, line 5
def initialize(error_details)
  super(error_details)
end