Exception: ProcessWatcher::TooMuchSpaceError

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

Overview

Raised when a subprocess consumed too much space while running.

Instance Method Summary collapse

Instance Method Details

#to_sObject

Describe the error.



39
40
41
# File 'lib/process_watcher.rb', line 39

def to_s
  "Command took too much space"
end