From 7b86f54e53673be84ba53977ce0ce80fe9108da5 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 12 Jul 2024 13:50:27 +0200 Subject: [PATCH] PHPC-2411: Deprecate SSLConnectionException --- src/MongoDB/Exception/SSLConnectionException.stub.php | 1 + src/MongoDB/Exception/SSLConnectionException_arginfo.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MongoDB/Exception/SSLConnectionException.stub.php b/src/MongoDB/Exception/SSLConnectionException.stub.php index 5401b8844..0bb662786 100644 --- a/src/MongoDB/Exception/SSLConnectionException.stub.php +++ b/src/MongoDB/Exception/SSLConnectionException.stub.php @@ -7,6 +7,7 @@ namespace MongoDB\Driver\Exception; +/** @deprecation use ConnectionException instead */ final class SSLConnectionException extends ConnectionException { } diff --git a/src/MongoDB/Exception/SSLConnectionException_arginfo.h b/src/MongoDB/Exception/SSLConnectionException_arginfo.h index 668f79829..51a738736 100644 --- a/src/MongoDB/Exception/SSLConnectionException_arginfo.h +++ b/src/MongoDB/Exception/SSLConnectionException_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 95855dc37941494d4bb81c28077c1fa79153d027 */ + * Stub hash: fc4962e80380b8487df606551e2c37211cdaca9b */