MongoDB\Driver\Exception Clases de excepciones
En esta página
Clases de excepciones#
La jerarquía de clases para las excepciones de MongoDB está modelada siguiendo la de las excepciones SPL. Las clases base extienden su contraparte de SPL y todas las clases de excepciones en la extensión implementan la interfaz MongoDB\Driver\Exception\Exception.
-
MongoDB\Driver\Exception\LogicException(extiendeLogicException) -
MongoDB\Driver\Exception\InvalidArgumentException(extiendeInvalidArgumentException) -
MongoDB\Driver\Exception\UnexpectedValueException(extiendeUnexpectedValueException) -
MongoDB\Driver\Exception\RuntimeException(extiendeRuntimeException) -
MongoDB\Driver\Exception\ConnectionException-
MongoDB\Driver\Exception\AuthenticationException -
MongoDB\Driver\Exception\ConnectionTimeoutException -
MongoDB\Driver\Exception\SSLConnectionException(obsoleto)
-
-
MongoDB\Driver\Exception\EncryptionException -
MongoDB\Driver\Exception\ServerException-
MongoDB\Driver\Exception\BulkWriteCommandException -
MongoDB\Driver\Exception\CommandException -
MongoDB\Driver\Exception\ExecutionTimeoutException -
MongoDB\Driver\Exception\WriteException(obsoleto) -
MongoDB\Driver\Exception\BulkWriteException
-