Exception: RSpec::MultiprocessRunner::BadStartStringError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rspec/multiprocess_runner/file_coordinator.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "An incorrect unique string was passed by the head node.") ⇒ BadStartStringError



158
159
160
# File 'lib/rspec/multiprocess_runner/file_coordinator.rb', line 158

def initialize(msg="An incorrect unique string was passed by the head node.")
  super
end