Exception: Common::NodeInfoError

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

Overview

Throws an exception if an error occurred during the showing of information about a node.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeInfoError

Returns a new instance of NodeInfoError.



272
273
274
# File 'lib/common/cloudbox_exceptions.rb', line 272

def initialize(msg)
  super(msg)
end