Skip to content

Commit

Permalink
Remove dead link from ExceptionInterface.php
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
  • Loading branch information
kaznovac authored Nov 4, 2024
1 parent 1955d16 commit f87d182
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 f87d182

Please sign in to comment.