class ExceptionHandler in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/debug/ExceptionHandler.php \Symfony\Component\Debug\ExceptionHandler
- 8 vendor/symfony/http-kernel/Debug/ExceptionHandler.php \Symfony\Component\HttpKernel\Debug\ExceptionHandler
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Debug/ExceptionHandler.php \Symfony\Component\HttpKernel\Debug\ExceptionHandler
ExceptionHandler converts an exception to a Response object.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Debug\ExceptionHandler
- class \Symfony\Component\HttpKernel\Debug\ExceptionHandler
Expanded class hierarchy of ExceptionHandler
Deprecated
since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
File
- vendor/
symfony/ http-kernel/ Debug/ ExceptionHandler.php, line 25
Namespace
Symfony\Component\HttpKernel\DebugView source
class ExceptionHandler extends DebugExceptionHandler {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExceptionHandler:: |
private | property | ||
ExceptionHandler:: |
private | property | ||
ExceptionHandler:: |
private | property | ||
ExceptionHandler:: |
private | property | ||
ExceptionHandler:: |
private | property | ||
ExceptionHandler:: |
private | property | ||
ExceptionHandler:: |
public | function | @internal | |
ExceptionHandler:: |
public | function | @internal | |
ExceptionHandler:: |
public | function | Creates the error Response associated with the given Exception. | |
ExceptionHandler:: |
private | function | ||
ExceptionHandler:: |
private | function | HTML-encodes a string. | |
ExceptionHandler:: |
private | function | Sends a response for the given Exception. | |
ExceptionHandler:: |
private | function | Formats an array as a string. | |
ExceptionHandler:: |
private | function | ||
ExceptionHandler:: |
private | function | ||
ExceptionHandler:: |
public | function | Gets the HTML content associated with the given exception. | |
ExceptionHandler:: |
public | function | Gets the stylesheet associated with the given exception. | |
ExceptionHandler:: |
public | function | Sends a response for the given Exception. | |
ExceptionHandler:: |
public static | function | Registers the exception handler. | |
ExceptionHandler:: |
public | function | Sends the error associated with the given Exception as a plain PHP response. | |
ExceptionHandler:: |
public | function | Sets the format for links to source files. | |
ExceptionHandler:: |
public | function | Sets a user exception handler. | |
ExceptionHandler:: |
protected static | function | Returns an UTF-8 and HTML encoded string. | |
ExceptionHandler:: |
public | function |