mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 08:43:58 +02:00
Merge pull request #73 from wilmoore/exceptions-update
Added real-world applicable exception reference links
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user