Merge pull request #73 from wilmoore/exceptions-update

Added real-world applicable exception reference links
This commit is contained in:
Phil Sturgeon
2012-07-10 13:45:45 -07:00

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/