Exception: PayPal::SDK::Core::Exceptions::SSLError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- PayPal::SDK::Core::Exceptions::SSLError
- Defined in:
- lib/paypal-sdk/core/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.
38 39 40 |
# File 'lib/paypal-sdk/core/exceptions.rb', line 38 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
41 |
# File 'lib/paypal-sdk/core/exceptions.rb', line 41 def to_s; @message ;end |