This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Debug
Fabien Potencier 8f426c0c77 [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());
2011-05-12 17:49:37 +02:00
..
DebugExceptionHandler.php [HttpKernel] added an exception handler to be used during boot time 2011-05-12 17:49:37 +02:00
ErrorHandler.php [HttpKernel] refactored the ErrorHandler class 2011-05-05 08:53:16 +02:00
ExceptionListener.php More information about exception when logging 2011-05-12 17:00:46 +03:00
TraceableEventDispatcherInterface.php Switched from Doctrine's EventManager implementation to the EventManager clone in Symfony2 (now called EventDispatcher again) 2011-03-13 19:49:10 +01:00