class ErrorHandler in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/debug/ErrorHandler.php \Symfony\Component\Debug\ErrorHandler
- 8 vendor/zendframework/zend-stdlib/src/ErrorHandler.php \Zend\Stdlib\ErrorHandler
- 8 vendor/symfony/http-kernel/Debug/ErrorHandler.php \Symfony\Component\HttpKernel\Debug\ErrorHandler
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Debug/ErrorHandler.php \Symfony\Component\HttpKernel\Debug\ErrorHandler
ErrorHandler.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Debug\ErrorHandler
- class \Symfony\Component\HttpKernel\Debug\ErrorHandler
Expanded class hierarchy of ErrorHandler
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/ ErrorHandler.php, line 25
Namespace
Symfony\Component\HttpKernel\DebugView source
class ErrorHandler extends DebugErrorHandler {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ErrorHandler:: |
private | property | Same init value as thrownErrors. | |
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private static | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private static | property | ||
ErrorHandler:: |
private static | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
private | property | ||
ErrorHandler:: |
protected | function | Gets the fatal error handlers. | |
ErrorHandler:: |
public | function | ||
ErrorHandler:: |
public | function | Handles errors by filtering then logging them according to the configured bit fields. | |
ErrorHandler:: |
public | function | Handles an exception by logging then forwarding it to another handler. | |
ErrorHandler:: |
public | function | Handles PHP fatal errors. | |
ErrorHandler:: |
public static | function | Shutdown registered function for handling PHP fatal errors. | |
ErrorHandler:: |
public static | function | Registers the error handler. | |
ErrorHandler:: |
private | function | Re-registers as a PHP error handler if levels changed. | |
ErrorHandler:: |
public | function | Sets the PHP error levels for which local variables are preserved. | |
ErrorHandler:: |
public | function | Sets the error levels where the @-operator is ignored. | |
ErrorHandler:: |
public | function | Sets a logger to non assigned errors levels. | |
ErrorHandler:: |
public | function | Sets the display_errors flag value. | |
ErrorHandler:: |
public | function | Sets a user exception handler. | |
ErrorHandler:: |
public | function | Sets the level at which the conversion to Exception is done. | |
ErrorHandler:: |
public static | function | Sets a logger for the given channel. | |
ErrorHandler:: |
public | function | Sets a logger for each error level. | |
ErrorHandler:: |
public static | function | Configures the error handler for delayed handling. Ensures also that non-catchable fatal errors are never silenced. | |
ErrorHandler:: |
public | function | Sets the PHP error levels that throw an exception when a PHP error occurs. | |
ErrorHandler:: |
public | function | Sets the PHP error levels for which the stack trace is preserved. | |
ErrorHandler:: |
constant | |||
ErrorHandler:: |
public static | function | Unstacks stacked errors and forwards to the logger. |