Exception: Toq::Exceptions::SSLPeerVerificationFailed
- Inherits:
-
ConnectionError
- Object
- RuntimeError
- Base
- ConnectionError
- Toq::Exceptions::SSLPeerVerificationFailed
- Defined in:
- lib/toq/exceptions.rb
Overview
Signifies an authentication token mismatch between the client and the server.
Instance Method Summary collapse
-
#rpc_ssl_error? ⇒ Bool
True.
Methods inherited from ConnectionError
Methods inherited from Base
Instance Method Details
#rpc_ssl_error? ⇒ Bool
Returns true.
154 155 156 |
# File 'lib/toq/exceptions.rb', line 154 def rpc_ssl_error? true end |