Exception: Paratrooper::SystemCaller::ErrorSystemExit

Inherits:
Error
  • Object
show all
Defined in:
lib/paratrooper/system_caller.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd) ⇒ ErrorSystemExit

Returns a new instance of ErrorSystemExit.



6
7
8
9
# File 'lib/paratrooper/system_caller.rb', line 6

def initialize(cmd)
  msg = "The system command '#{cmd}' has exited unsuccessfully"
  super(msg)
end