This website works better with JavaScript
Home
Explore
Help
Register
Sign In
VendorSoftware
/
symfony
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[HttpKernel] added an exception handler to be used during boot time
This can be used as a PHP exception handler: set_exception_handler(new DebugExceptionHandler());
Fabien Potencier
14 years ago
parent
4adb4e9dc0
commit
8f426c0c77
1 changed files
with
155 additions
and
0 deletions
Split View
Show Diff Stats
155
0
src/Symfony/Component/HttpKernel/Debug/DebugExceptionHandler.php
File diff suppressed because it is too large
+ 155
- 0
src/Symfony/Component/HttpKernel/Debug/DebugExceptionHandler.php