(mongodb >= 1.0.0)
从扩展版本1.20.0开始,此异常类已弃用,并将从2.0中删除。此异常从未被扩展直接抛出。应用程序应该使用MongoDB\Driver\Exception\BulkWriteException代替。
写入操作失败时抛出的异常的基类。此异常封装了一个MongoDB\Driver\WriteResult对象。
与写入操作失败相关的MongoDB\Driver\WriteResult。
版本 | 描述 |
---|---|
PECL mongodb 1.5.0 |
此类现在扩展了MongoDB\Driver\Exception\ServerException而不是MongoDB\Driver\Exception\RuntimeException。 |