Skip to content

Commit

Permalink
Remove dead link from ExceptionInterface.php (#1137)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kaznovac and mkalkbrenner authored Nov 27, 2024
1 parent 6bdb4cd commit f79265e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f79265e

Please sign in to comment.