Exception: Protor::InvalidLabelValueError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/protor/entry.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidLabelValueError

Returns a new instance of InvalidLabelValueError.



56
57
58
# File 'lib/protor/entry.rb', line 56

def initialize(message)
  super("Invalid label value #{message}, please satisfy /^[^;|=\s]+$/")
end