From f79265e6b4b909ac78136945062b500ed2c9a2e0 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Wed, 27 Nov 2024 15:50:12 +0100 Subject: [PATCH] Remove dead link from ExceptionInterface.php (#1137) the url is last seen 2019-04-01 as per wayback machine while article is quite good and informative there's a little benefit of keeping it's reference in today's code doc https://web.archive.org/web/20190401130536/http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3 Co-authored-by: Markus Kalkbrenner --- src/Exception/ExceptionInterface.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 089d3ccd1..35d4fdcd2 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -11,8 +11,6 @@ /** * Marker Interface for Solarium exceptions. - * - * For background info see http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3 */ interface ExceptionInterface extends \Throwable {