class EasyJSONMatcher::CoercionError

Public Class Methods

new(invalid_string:) click to toggle source
Calls superclass method
# File lib/easy_json_matcher/coercion_error.rb, line 6
def initialize(invalid_string:)
  super "#{invalid_string} is not a valid json string"
end