Skip to content

Commit 13c0d4f

Browse files
authored
PHPC-2497: BulkWriteException stub should inherit ServerException (#1784)
1 parent fcd9b83 commit 13c0d4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/MongoDB/Exception/BulkWriteException.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace MongoDB\Driver\Exception;
99

10-
class BulkWriteException extends RuntimeException
10+
class BulkWriteException extends ServerException
1111
{
1212
/** @var \MongoDB\Driver\WriteResult */
1313
protected $writeResult;

src/MongoDB/Exception/BulkWriteException_arginfo.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)