class GrafanaReporter::Application::ParameterValueError

Thrown, if the '-s' parameter is not configured with exactly one variable name and one value.

Public Class Methods

new(length) click to toggle source
Calls superclass method
# File lib/grafana_reporter/application/errors.rb, line 13
def initialize(length)
  super("Parameter '-s' needs exactly two values separated by comma, received #{length}.")
end