Exception: VLAN::NoFreeVLANsLeftException

Inherits:
StandardError
  • Object
show all
Defined in:
models/VLANManager.rb

Overview

No Free VLANs Left Exception

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ NoFreeVLANsLeftException

Returns a new instance of NoFreeVLANsLeftException.



204
205
206
# File 'models/VLANManager.rb', line 204

def initialize id
  super("No free VLANs left at VLANs Pool(#{id})")
end