class JSON::Schema::ReadRefused

Raised by {JSON::Schema::Reader} when one of its settings indicate a schema should not be read.

Private Instance Methods

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