Exception: VLAN::NoAvailavleVLANsPoolsLeftException

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

Overview

No VLANs Pools with free VLANs Left Exception

Instance Method Summary collapse

Constructor Details

#initializeNoAvailavleVLANsPoolsLeftException

Returns a new instance of NoAvailavleVLANsPoolsLeftException.



211
212
213
# File 'models/VLANManager.rb', line 211

def initialize
  super("No Availavle VLANs Pools Left")
end