Exception: Common::ExecuteShellError

Inherits:
CloudboxError show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

ShellError ################ Throws an exception if an error occurred during the executing a Shell command.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ExecuteShellError

Returns a new instance of ExecuteShellError.



344
345
346
# File 'lib/common/cloudbox_exceptions.rb', line 344

def initialize(msg)
  super(msg)
end