Manual do PHP Referência das Funções Extensões de Banco de Dados Vendor Specific Database Extensions Mongo Exceptions MongoExecutionTimeoutException MongoProtocolException MongoWriteConcernException The MongoExecutionTimeoutException class (PECL mongo >= 1.5.0) Introdução Thrown when a operation times out server side (i.e. in MongoDB). To configure the operation timeout threshold, use MongoCursor::maxTimeMS() or the "maxTimeMS" command option. Sinopse da classe MongoExecutionTimeoutException extends MongoException { /* Propriedades herdadas */ protected string $message ; private string $string ; protected int $code ; protected string $file ; protected int $line ; private array $trace ; }