Exception: Paratrooper::SystemCaller::ErrorSystemExit
- Defined in:
- lib/paratrooper/system_caller.rb
Instance Method Summary collapse
-
#initialize(cmd) ⇒ ErrorSystemExit
constructor
A new instance of ErrorSystemExit.
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 |