From 584a13c781f268782ce79a702870bfd0269c0211 Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Tue, 28 Apr 2020 15:13:56 -0400 Subject: [PATCH] Remove Missing Link Link reference was removed in f0cee4dd4370e0835cc38ccbc5fedacb9a04558c but the actual link was missed. --- _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 0172ed6..8e437ad 100644 --- a/_posts/09-03-01-Exceptions.md +++ b/_posts/09-03-01-Exceptions.md @@ -67,7 +67,6 @@ standard Exception which is vague, or creating a custom Exception just for that, * [Read about Exceptions][exceptions] * [Read about SPL Exceptions][splexe] * [Nesting Exceptions In PHP][nesting-exceptions-in-php] -* [Exception Best Practices in PHP 5.3][exception-best-practices53] [splext]: /#standard_php_library