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

The MongoDB\Driver\Exception\ConnectionTimeoutException class

Thrown when the driver fails to establish a database connection within a specified time limit (connectTimeoutMS) or server selection fails (serverSelectionTimeoutMS).

Intro

Thrown when the driver fails to establish a database connection within a specified time limit (connectTimeoutMS) or server selection fails (serverSelectionTimeoutMS).

Class synopsis

class MongoDB\Driver\Exception\ConnectionTimeoutException { }

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