Exception: Common::NodeInstallError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::NodeInstallError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if an error occurred during the installation of a node.
Instance Method Summary collapse
-
#initialize(msg) ⇒ NodeInstallError
constructor
A new instance of NodeInstallError.
Constructor Details
#initialize(msg) ⇒ NodeInstallError
Returns a new instance of NodeInstallError.
279 280 281 |
# File 'lib/common/cloudbox_exceptions.rb', line 279 def initialize(msg) super(msg) end |