Exception: RSpec::MultiprocessRunner::BadStartStringError
- Inherits:
-
StandardError
- Object
- StandardError
- RSpec::MultiprocessRunner::BadStartStringError
- Defined in:
- lib/rspec/multiprocess_runner/file_coordinator.rb
Instance Method Summary collapse
-
#initialize(msg = "An incorrect unique string was passed by the head node.") ⇒ BadStartStringError
constructor
A new instance of BadStartStringError.
Constructor Details
#initialize(msg = "An incorrect unique string was passed by the head node.") ⇒ BadStartStringError
Returns a new instance of BadStartStringError.
160 161 162 |
# File 'lib/rspec/multiprocess_runner/file_coordinator.rb', line 160 def initialize(msg="An incorrect unique string was passed by the head node.") super end |