Exception: OldApiResource::SSLError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- OldApiResource::SSLError
- Defined in:
- lib/old_api_resource/exceptions.rb
Overview
Raised when a OpenSSL::SSL::SSLError occurs.
Instance Attribute Summary
Attributes inherited from ConnectionError
Instance Method Summary collapse
-
#initialize(message) ⇒ SSLError
constructor
A new instance of SSLError.
- #to_s ⇒ Object
Methods inherited from ConnectionError
Constructor Details
#initialize(message) ⇒ SSLError
Returns a new instance of SSLError.
36 37 38 |
# File 'lib/old_api_resource/exceptions.rb', line 36 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
39 |
# File 'lib/old_api_resource/exceptions.rb', line 39 def to_s; @message ;end |