Exception: Slash::SSLError
- Inherits:
-
ConnectionError
- Object
- StandardError
- ConnectionError
- Slash::SSLError
- Defined in:
- lib/slash/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.
25 26 27 |
# File 'lib/slash/exceptions.rb', line 25 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
28 |
# File 'lib/slash/exceptions.rb', line 28 def to_s; @message ;end |