Exception: RHC::Rest::SSLConnectionFailed
- Inherits:
-
ConnectionException
- Object
- RuntimeError
- Exception
- ConnectionException
- RHC::Rest::SSLConnectionFailed
- Defined in:
- lib/rhc/rest.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(reason, message) ⇒ SSLConnectionFailed
constructor
A new instance of SSLConnectionFailed.
Constructor Details
#initialize(reason, message) ⇒ SSLConnectionFailed
Returns a new instance of SSLConnectionFailed.
125 126 127 128 |
# File 'lib/rhc/rest.rb', line 125 def initialize(reason, ) super @reason = reason end |
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
124 125 126 |
# File 'lib/rhc/rest.rb', line 124 def reason @reason end |