Exception: RHC::PortForwardFailedException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Port forward failed") ⇒ PortForwardFailedException
constructor
A new instance of PortForwardFailedException.
Constructor Details
#initialize(message = "Port forward failed") ⇒ PortForwardFailedException
Returns a new instance of PortForwardFailedException.
124 125 126 |
# File 'lib/rhc/exceptions.rb', line 124 def initialize(="Port forward failed") super , 1 end |