Exception: Common::CheckVlanIdError

Inherits:
CloudboxError show all
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

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