Exception: Rookout::Exceptions::RookInvalidLabel
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookInvalidLabel
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(label_name) ⇒ RookInvalidLabel
constructor
A new instance of RookInvalidLabel.
Constructor Details
#initialize(label_name) ⇒ RookInvalidLabel
Returns a new instance of RookInvalidLabel.
179 180 181 |
# File 'lib/rookout/exceptions.rb', line 179 def initialize label_name super "Invalid label: must not start with the '$' character (#{label_name})" end |