Exception: Common::CheckVlanIdError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::CheckVlanIdError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if the check configuration during the checking of the vlan id.
Instance Method Summary collapse
-
#initialize(msg) ⇒ CheckVlanIdError
constructor
A new instance of CheckVlanIdError.
Constructor Details
#initialize(msg) ⇒ CheckVlanIdError
Returns a new instance of CheckVlanIdError.
85 86 87 |
# File 'lib/common/cloudbox_exceptions.rb', line 85 def initialize(msg) super(msg) end |