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

The MongoDB\Driver\Exception\ExecutionTimeoutException class

Thrown when a query or command fails to complete within a specified time limit (e.g. maxTimeMS).

Intro

Thrown when a query or command fails to complete within a specified time limit (e.g. maxTimeMS).

Class synopsis

class MongoDB\Driver\Exception\ExecutionTimeoutException { }

Changelog

VersionDescription
PECL mongodb 1.5.0This class now extends MongoDB\Driver\Exception\ServerException instead of MongoDB\Driver\Exception\RuntimeException.

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