Exception: Protor::InvalidLabelValueError
- Inherits:
-
StandardError
- Object
- StandardError
- Protor::InvalidLabelValueError
- Defined in:
- lib/protor/entry.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidLabelValueError
constructor
A new instance of InvalidLabelValueError.
Constructor Details
#initialize(message) ⇒ InvalidLabelValueError
Returns a new instance of InvalidLabelValueError.
56 57 58 |
# File 'lib/protor/entry.rb', line 56 def initialize() super("Invalid label value #{message}, please satisfy /^[^;|=\s]+$/") end |