The MongoDB\Driver\Exception\ConnectionTimeoutException class
Guide
Edit on GitHub ✎
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 { }