Skip to content

Commit

Permalink
PHPC-2411: Deprecate SSLConnectionException
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jul 12, 2024
1 parent ae247f2 commit d0e39ef
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/SSLConnectionException.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace MongoDB\Driver\Exception;

/** @deprecated use ConnectionException instead */
final class SSLConnectionException extends ConnectionException
{
}
4 changes: 2 additions & 2 deletions src/MongoDB/Exception/SSLConnectionException_arginfo.h

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

0 comments on commit d0e39ef

Please sign in to comment.