Exception: GrafanaReporter::MalformedAttributeContentError
- Inherits:
-
GrafanaReporterError
- Object
- StandardError
- GrafanaReporterError
- GrafanaReporter::MalformedAttributeContentError
- Defined in:
- lib/grafana_reporter/errors.rb
Overview
Thrown, if a configured parameter is malformed.
Instance Method Summary collapse
-
#initialize(message, attribute, content) ⇒ MalformedAttributeContentError
constructor
A new instance of MalformedAttributeContentError.
Constructor Details
#initialize(message, attribute, content) ⇒ MalformedAttributeContentError
Returns a new instance of MalformedAttributeContentError.
93 94 95 |
# File 'lib/grafana_reporter/errors.rb', line 93 def initialize(, attribute, content) super("The content '#{content}' in attribute '#{attribute}' is malformed: #{}") end |