Exception: Common::NodeRebootError

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

Overview

Throws an exception if an error occurred during the rebooting of a node.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeRebootError

Returns a new instance of NodeRebootError.



300
301
302
# File 'lib/common/cloudbox_exceptions.rb', line 300

def initialize(msg)
  super(msg)
end