Merge pull request #851 from cadeljones/remove-best-practices-bad-link

Remove "Exception Best Practices in PHP 5.3" link
This commit is contained in:
Josh Lockhart
2020-03-04 08:52:08 -05:00
committed by GitHub

View File

@@ -74,4 +74,3 @@ standard Exception which is vague, or creating a custom Exception just for that,
[exceptions]: https://secure.php.net/language.exceptions [exceptions]: https://secure.php.net/language.exceptions
[splexe]: https://secure.php.net/spl.exceptions [splexe]: https://secure.php.net/spl.exceptions
[nesting-exceptions-in-php]: https://www.brandonsavage.net/exceptional-php-nesting-exceptions-in-php/ [nesting-exceptions-in-php]: https://www.brandonsavage.net/exceptional-php-nesting-exceptions-in-php/
[exception-best-practices53]: http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3