CHANGELOG ========= 3.4.0 ----- * deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()` 3.3.0 ----- * deprecated the `ContextErrorException` class: use \ErrorException directly now 3.2.0 ----- * `FlattenException::getTrace()` now returns additional type descriptions `integer` and `float`. 3.0.0 ----- * removed classes, methods and interfaces deprecated in 2.x 2.8.0 ----- * added BufferingLogger for errors that happen before a proper logger is configured * allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);` * deprecate ExceptionHandler::createResponse 2.7.0 ----- * added deprecations checking for parent interfaces/classes to DebugClassLoader * added ZTS support to symfony_debug extension * added symfony_debug_backtrace() to symfony_debug extension to track the backtrace of fatal errors 2.6.0 ----- * generalized ErrorHandler and ExceptionHandler, with some new methods and others deprecated * enhanced error messages for uncaught exceptions 2.5.0 ----- * added ExceptionHandler::setHandler() * added UndefinedMethodFatalErrorHandler * deprecated DummyException 2.4.0 ----- * added a DebugClassLoader able to wrap any autoloader providing a findFile method * improved error messages for not found classes and functions 2.3.0 ----- * added the component
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Exception | Folder | 0755 |
|
|
FatalErrorHandler | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitignore | File | 34 B | 0644 |
|
BufferingLogger.php | File | 732 B | 0644 |
|
CHANGELOG.md | File | 1.31 KB | 0644 |
|
Debug.php | File | 1.72 KB | 0644 |
|
DebugClassLoader.php | File | 16.12 KB | 0644 |
|
ErrorHandler.php | File | 29.34 KB | 0644 |
|
ExceptionHandler.php | File | 24.31 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 541 B | 0644 |
|
composer.json | File | 873 B | 0644 |
|
phpunit.xml.dist | File | 988 B | 0644 |
|