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.
100 101 102 |
# File 'lib/rhc/exceptions.rb', line 100 def initialize(="No available ports to forward") super , 102 end |