This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
This new release contains adds proper support for using this bundle with Symfony 4 on CLI when an error occurs.
- your application still uses
symfony/console
3.3 or 3.4 - you have a listener on
console.exception
performing some logic related to this bundle
In such case, the listener should be moved to console.error
, following the upgrade path described on Symfony's side.
Changelog
[ec2f904] feature #87 [Symfony4] Replaced ConsoleExceptionEvent with ConsoleError (daum)