Exception: Common::NodeInstallError

Inherits:
CloudboxError show all
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

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