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

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