Exception: Common::CheckClusterNameError

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

Overview

Throws an exception if the check configuration during the checking of the name of the cluster.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CheckClusterNameError

Returns a new instance of CheckClusterNameError.



71
72
73
# File 'lib/common/cloudbox_exceptions.rb', line 71

def initialize(msg)
  super(msg)
end