Exception: Common::ClusterLsError

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ClusterLsError

Returns a new instance of ClusterLsError.



133
134
135
# File 'lib/common/cloudbox_exceptions.rb', line 133

def initialize(msg)
  super(msg)
end