Exception: ProcessWatcher::TimeoutError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/process_watcher.rb

Overview

Raised when a subprocess took too much time to run.

Instance Method Summary collapse

Instance Method Details

#to_sObject

Describe the error.



32
33
34
# File 'lib/process_watcher.rb', line 32

def to_s
  "Command took too much time"
end