Exception: GrafanaReporter::Application::WebserviceGeneralRenderingError

Inherits:
ApplicationError show all
Defined in:
lib/grafana_reporter/application/errors.rb

Overview

Thrown, if an internal error appeared during creation of the report.

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ WebserviceGeneralRenderingError

Returns a new instance of WebserviceGeneralRenderingError.



28
29
30
# File 'lib/grafana_reporter/application/errors.rb', line 28

def initialize(error)
  super("Could not render report because of internal error: #{error}")
end