MongoDB Exception Class Tree
The class hierarchy for MongoDB exceptions is modeled after that of theSPL ExceptionsBase classes extend their SPL counterpart and all exception classes in the extension implement theMongoDB\Driver\Exception\Exceptioninterface.
- MongoDB\Driver\Exception\LogicException(extendsLogicException) .
- MongoDB\Driver\Exception\InvalidArgumentException(extendsInvalidArgumentException) .
- MongoDB\Driver\Exception\UnexpectedValueException(extendsUnexpectedValueException) .
- MongoDB\Driver\Exception\RuntimeException(extendsRuntimeException) .