Exception: RHC::NoPortsToForwardException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "No available ports to forward") ⇒ NoPortsToForwardException
constructor
A new instance of NoPortsToForwardException.
Constructor Details
#initialize(message = "No available ports to forward") ⇒ NoPortsToForwardException
Returns a new instance of NoPortsToForwardException.
118 119 120 |
# File 'lib/rhc/exceptions.rb', line 118 def initialize(="No available ports to forward") super , 102 end |