Exception: TCPClient::NoOpenSSLError

Inherits:
RuntimeError
  • Object
show all
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

Constructor Details

#initializeNoOpenSSLError

Returns a new instance of NoOpenSSLError.



9
# File 'lib/tcp-client/errors.rb', line 9

def initialize = super('OpenSSL is not available')