Exception: Common::CheckClusterNameError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::CheckClusterNameError
- 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
-
#initialize(msg) ⇒ CheckClusterNameError
constructor
A new instance of CheckClusterNameError.
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 |