Exception: GrafanaReporter::Application::WebserviceUnknownPathError
- Inherits:
-
ApplicationError
- Object
- StandardError
- GrafanaReporterError
- ApplicationError
- GrafanaReporter::Application::WebserviceUnknownPathError
- Defined in:
- lib/grafana_reporter/application/errors.rb
Overview
Thrown, if a webservice request has been requested, which could not be handled.
Instance Method Summary collapse
-
#initialize(request) ⇒ WebserviceUnknownPathError
constructor
A new instance of WebserviceUnknownPathError.
Constructor Details
#initialize(request) ⇒ WebserviceUnknownPathError
Returns a new instance of WebserviceUnknownPathError.
21 22 23 |
# File 'lib/grafana_reporter/application/errors.rb', line 21 def initialize(request) super("Request '#{request}' calls an unknown path for this webservice.") end |