From f0cee4dd4370e0835cc38ccbc5fedacb9a04558c Mon Sep 17 00:00:00 2001 From: Cadel Jones Date: Thu, 27 Feb 2020 20:38:15 -0400 Subject: [PATCH] Remove bad link Remove bad link "Exception Best Practices in PHP 5.3" --- _posts/09-03-01-Exceptions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/09-03-01-Exceptions.md b/_posts/09-03-01-Exceptions.md index 95c39ab..0172ed6 100644 --- a/_posts/09-03-01-Exceptions.md +++ b/_posts/09-03-01-Exceptions.md @@ -74,4 +74,3 @@ standard Exception which is vague, or creating a custom Exception just for that, [exceptions]: https://secure.php.net/language.exceptions [splexe]: https://secure.php.net/spl.exceptions [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