The MongoDB\Driver\Exception\ExecutionTimeoutException class
(mongodb >= 1.0.0)
はじめに
Thrown when a query or command fails to complete within a specified time limit (e.g. » maxTimeMS).
クラス概要
final
MongoDB\Driver\Exception\ExecutionTimeoutException
extends
MongoDB\Driver\Exception\ServerException
implements
MongoDB\Driver\Exception\Exception
{
/* 継承したプロパティ */
/* 継承したメソッド */
}変更履歴
| バージョン | 説明 |
|---|---|
| 1.5.0 |
This class now extends MongoDB\Driver\Exception\ServerException instead of MongoDB\Driver\Exception\RuntimeException. |