Exception: ActiveResource::SSLError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- ActiveResource::SSLError
- Defined in:
- activeresource/lib/active_resource/exceptions.rb
Overview
Raised when a OpenSSL::SSL::SSLError occurs.
Instance Attribute Summary
Attributes inherited from ConnectionError
Instance Method Summary (collapse)
-
- (SSLError) initialize(message)
constructor
A new instance of SSLError.
- - (Object) to_s
Constructor Details
- (SSLError) initialize(message)
A new instance of SSLError
28 29 30 |
# File 'activeresource/lib/active_resource/exceptions.rb', line 28 def initialize() @message = end |
Instance Method Details
- (Object) to_s
31 |
# File 'activeresource/lib/active_resource/exceptions.rb', line 31 def to_s; @message ;end |