Exception: Common::NodeNotExistsError

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

Overview

Throws an exception if a node is not existing.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeNotExistsError

Returns a new instance of NodeNotExistsError.



293
294
295
# File 'lib/common/cloudbox_exceptions.rb', line 293

def initialize(msg)
  super(msg)
end