La clase MongoDB\Driver\Exception\ExecutionTimeoutException
En esta página
Introducción#
Se lanza cuando una consulta o comando no logra completarse dentro del tiempo límite especificado (por ejemplo, maxTimeMS).
Sinopsis de la clase#
MongoDB\Driver\Exception\ExecutionTimeoutException
final
MongoDB\Driver\Exception\ExecutionTimeoutException
extends
MongoDB\Driver\Exception\ServerException
MongoDB\Driver\Exception\Exception
Propiedades heredadas
Métodos heredados
Historial de cambios#
| Versión | Descripción |
|---|---|
| PECL mongodb 1.5.0 | Esta clase ahora extiende MongoDB\Driver\Exception\ServerException en lugar de MongoDB\Driver\Exception\RuntimeException. |