class JSON::Schema::ReadFailed

Raised by {JSON::Schema::Reader} when an attempt to read a schema fails

Private Instance Methods

error_message() click to toggle source
# File lib/json-schema/schema/reader.rb, line 39
def error_message
  "Read of #{type_string} at #{location} failed"
end