class GrafanaReporter::MissingTemplateError

Thrown if a non existing template has been specified.

Public Class Methods

new(template) click to toggle source
# File lib/grafana_reporter/errors.rb, line 52
def initialize(template)
  super("Given report template '#{template}' is not a valid template.")
end