Exception: ActiveResource::SSLError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- ActiveResource::SSLError
- Defined in:
- lib/active_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
Constructor Details
#initialize(message) ⇒ SSLError
Returns a new instance of SSLError.
28 29 30 |
# File 'lib/active_resource/exceptions.rb', line 28 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
31 |
# File 'lib/active_resource/exceptions.rb', line 31 def to_s; @message ;end |