Exception: Common::CheckNetworkAddressError

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) ⇒ CheckNetworkAddressError

Returns a new instance of CheckNetworkAddressError.



78
79
80
# File 'lib/common/cloudbox_exceptions.rb', line 78

def initialize(msg)
  super(msg)
end