You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yceruto could you please confirm if the non-existent ExceptionHandler has been renamed to ErrorHandler? If this is true, could you please also confirm that, unlike the Debug component, the new ErrorHandler component uses just 1 class (ErrorHandler) for two different features (PHP errors and uncaught exceptions)? Thanks!
unlike the Debug component, the new ErrorHandler component uses just 1 class (ErrorHandler) for two different features (PHP errors and uncaught exceptions)? Thanks!
The ExceptionHandler Class not exists in the symfony/error-handler package as discribed in https://symfony.com/doc/4.4/components/error_handler.html#debugging-uncaught-php-exceptions
The text was updated successfully, but these errors were encountered: