Exception: GrafanaReporter::Application::WebserviceUnknownPathError

Inherits:
ApplicationError show all
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

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