class GrafanaReporter::ConfigurationError

General configuration error. All configuration errors inherit from this class.

Public Class Methods

new(message) click to toggle source
# File lib/grafana_reporter/errors.rb, line 45
def initialize(message)
  super("Configuration error: #{message}")
end