Exception: GrafanaReporter::ConfigurationError

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



45
46
47
# File 'lib/grafana_reporter/errors.rb', line 45

def initialize(message)
  super("Configuration error: #{message}")
end