Exception: Common::CheckNetworkAddressError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::CheckNetworkAddressError
- 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) ⇒ CheckNetworkAddressError
constructor
A new instance of CheckNetworkAddressError.
Constructor Details
#initialize(msg) ⇒ CheckNetworkAddressError
Returns a new instance of CheckNetworkAddressError.
78 79 80 |
# File 'lib/common/cloudbox_exceptions.rb', line 78 def initialize(msg) super(msg) end |