class GrafanaReporter::GrafanaInstanceWithoutHostError
Thrown, if the requested grafana instance does not have the mandatory 'host' setting configured.
Public Class Methods
new(instance)
click to toggle source
Calls superclass method
GrafanaReporter::GrafanaReporterError::new
# File lib/grafana_reporter/errors.rb, line 38 def initialize(instance) super("Grafana instance '#{instance}' has been configured without mandatory 'host' setting.") end