class GrafanaReporter::Application::WebserviceGeneralRenderingError

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

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/grafana_reporter/application/errors.rb, line 28
def initialize(error)
  super("Could not render report because of internal error: #{error}")
end