Exception: Common::ClusterInfoError

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 cluster.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ClusterInfoError

Returns a new instance of ClusterInfoError.



126
127
128
# File 'lib/common/cloudbox_exceptions.rb', line 126

def initialize(msg)
  super(msg)
end