Skip to content

Commit

Permalink
PHPC-2497: BulkWriteException stub should inherit ServerException (#1784
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jmikola authored Feb 5, 2025
1 parent fcd9b83 commit 13c0d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MongoDB/Exception/BulkWriteException.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace MongoDB\Driver\Exception;

class BulkWriteException extends RuntimeException
class BulkWriteException extends ServerException
{
/** @var \MongoDB\Driver\WriteResult */
protected $writeResult;
Expand Down
6 changes: 3 additions & 3 deletions src/MongoDB/Exception/BulkWriteException_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13c0d4f

Please sign in to comment.