Exception: Toq::Exceptions::SSLPeerVerificationFailed

Inherits:
ConnectionError show all
Defined in:
lib/toq/exceptions.rb

Overview

Signifies an authentication token mismatch between the client and the server.

Instance Method Summary collapse

Methods inherited from ConnectionError

#rpc_connection_error?

Methods inherited from Base

#rpc_exception?

Instance Method Details

#rpc_ssl_error?Bool

Returns true.

Returns:

  • (Bool)

    true



145
146
147
# File 'lib/toq/exceptions.rb', line 145

def rpc_ssl_error?
    true
end