diff --git a/3-error-handler.md b/3-error-handler.md index 760ca47..baa2358 100644 --- a/3-error-handler.md +++ b/3-error-handler.md @@ -60,4 +60,3 @@ throw new \Exception; You should now see a error page with the line highlighted where you throw the exception. If not, go back and debug until you get it working. Now would also be a good time for another commit. [<< previous](2-composer.md) | [next >>](4-http.md) -