ExceptionHandler.php in Zircon Profile 8.0
File
vendor/symfony/http-kernel/Debug/ExceptionHandler.php
View source
<?php
namespace Symfony\Component\HttpKernel\Debug;
@trigger_error('The ' . __NAMESPACE__ . '\\ExceptionHandler class is deprecated since version 2.3 and will be removed in 3.0. Use the Symfony\\Component\\Debug\\ExceptionHandler class instead.', E_USER_DEPRECATED);
use Symfony\Component\Debug\ExceptionHandler as DebugExceptionHandler;
class ExceptionHandler extends DebugExceptionHandler {
}
Classes
Name |
Description |
ExceptionHandler Deprecated |
ExceptionHandler converts an exception to a Response object. |