# File lib/json-schema/schema/reader.rb, line 15
      def initialize(location, type)
        @location = location
        @type = type
        super("Read of #{type == :uri ? 'URI' : type} at #{location} refused!")
      end