class GrafanaReporter::MissingTemplateError
Thrown if a non existing template has been specified.
Public Class Methods
new(template)
click to toggle source
Calls superclass method
GrafanaReporter::ConfigurationError::new
# File lib/grafana_reporter/errors.rb, line 52 def initialize(template) super("Given report template '#{template}' is not a valid template.") end