added a couple exception references that are useful for the real-world

This commit is contained in:
Wil Moore III
2012-07-10 14:36:46 -06:00
parent 13c09e9aff
commit 6e3c862b51

View File

@@ -58,7 +58,11 @@ Exception which is vague, or creating a custom Exception just for that, you coul
* [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]
[exceptions]: http://php.net/manual/en/language.exceptions.php
[splexe]: http://php.net/manual/en/spl.exceptions.php
[splext]: /#standard_php_library
[exception-best-practices53]: http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3
[nesting-exceptions-in-php]: http://www.brandonsavage.net/exceptional-php-nesting-exceptions-in-php/