php8.5
Home/ Manual/ driver / exception/ The MongoDB\Driver\Exception\SSLConnectionException class

The MongoDB\Driver\Exception\SSLConnectionException class

This exception class is DEPRECATED as of extension version 1.5.0 and was removed in 2.0. This exception was never thrown by the extension. Applications should use MongoDB\Driver\Exception\ConnectionException instead.

Warning

This exception class is DEPRECATED as of extension version 1.5.0 and was removed in 2.0. This exception was never thrown by the extension. Applications should use MongoDB\Driver\Exception\ConnectionException instead.

Intro

Thrown when the driver fails to establish an SSL connection with the server.

Class synopsis

class MongoDB\Driver\Exception\SSLConnectionException { }

Source: reference/mongodb/mongodb/driver/exception/sslconnectionexception.xml · from the official PHP manual (php/doc-en)