Exception: Common::NodeListError

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

Overview

Throws an exception if an error occurred during the showing the list of nodes.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeListError

Returns a new instance of NodeListError.



286
287
288
# File 'lib/common/cloudbox_exceptions.rb', line 286

def initialize(msg)
  super(msg)
end