Exception: SPARQL::QueryRequestRefused

Inherits:
Exception
  • Object
show all
Defined in:
lib/sparql.rb

Overview

QueryRequestRefused

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

Instance Method Summary collapse

Instance Method Details

#titleObject



119
120
121
# File 'lib/sparql.rb', line 119

def title
  "Query Request Refused".freeze
end