class GrafanaReporter::ConfigurationError
General configuration error. All configuration errors inherit from this class.
Public Class Methods
new(message)
click to toggle source
Calls superclass method
GrafanaReporter::GrafanaReporterError::new
# File lib/grafana_reporter/errors.rb, line 45 def initialize(message) super("Configuration error: #{message}") end