class Paratrooper::SystemCaller::ErrorSystemExit

Public Class Methods

new(cmd) click to toggle source
Calls superclass method
# File lib/paratrooper/system_caller.rb, line 6
def initialize(cmd)
  msg = "The system command '#{cmd}' has exited unsuccessfully"
  super(msg)
end