The MongoResultException class
(PECL mongo >=1.3.0)
Einführung
The MongoResultException is thrown by several command helpers (such as MongoCollection::findAndModify()) in the event of failure. The original result document is available through MongoResultException::getDocument().
Klassenbeschreibung
MongoResultException
extends
MongoException
{
/* Eigenschaften */
public
$document
;
/* Geerbte Eigenschaften */
/* Methoden */
}Eigenschaften
- document
-
The raw result document as an array.
Inhaltsverzeichnis
- MongoResultException::getDocument — Retrieve the full result document