Skip to content

Commit

Permalink
PHPC-2349: Deprecate WriteException class
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jul 11, 2024
1 parent e40362f commit ae247f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/MongoDB/Exception/WriteException.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace MongoDB\Driver\Exception;

/** @deprecated use MongoDB\Driver\Exception\BulkWriteException instead */
abstract class WriteException extends RuntimeException
{
/** @var \MongoDB\Driver\WriteResult */
Expand Down
4 changes: 2 additions & 2 deletions src/MongoDB/Exception/WriteException_arginfo.h

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

0 comments on commit ae247f2

Please sign in to comment.