Exception: RHC::NoPortsToForwardException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "No available ports to forward") ⇒ NoPortsToForwardException

Returns a new instance of NoPortsToForwardException.



100
101
102
# File 'lib/rhc/exceptions.rb', line 100

def initialize(message="No available ports to forward")
  super message, 102
end