class SPARQL::QueryRequestRefused

QueryRequestRefused

returned when a client submits a request that the service refuses to process.

Public Instance Methods

title() click to toggle source
# File lib/sparql.rb, line 116
def title
  "Query Request Refused".freeze
end