Exception: Rookout::Exceptions::RookInvalidLabel

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

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