Exception: TCPClient::NoOpenSSLError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- TCPClient::NoOpenSSLError
- Defined in:
- lib/tcp-client/errors.rb
Overview
Raised when a SSL connection should be established but the OpenSSL gem is not available.
Instance Method Summary collapse
-
#initialize ⇒ NoOpenSSLError
constructor
A new instance of NoOpenSSLError.
Constructor Details
#initialize ⇒ NoOpenSSLError
Returns a new instance of NoOpenSSLError.
9 |
# File 'lib/tcp-client/errors.rb', line 9 def initialize = super('OpenSSL is not available') |