Exception: RHC::PortForwardFailedException

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 = "Port forward failed") ⇒ PortForwardFailedException

Returns a new instance of PortForwardFailedException.



124
125
126
# File 'lib/rhc/exceptions.rb', line 124

def initialize(message="Port forward failed")
  super message, 1
end