Exception: Common::ExecuteShellError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::ExecuteShellError
- 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
-
#initialize(msg) ⇒ ExecuteShellError
constructor
A new instance of ExecuteShellError.
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 |