class Rookout::Exceptions::RookInvalidLabel
Public Class Methods
new(label_name)
click to toggle source
Calls superclass method
Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 148 def initialize label_name super "Invalid label: must not start with the '$' character (#{label_name})" end