-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#39415 - Fixed an issue where the ExceptionHandler did not display the correct file and line number of the thrown exception. #39453
base: 2.4-develop
Are you sure you want to change the base?
Conversation
…play the correct file and line number of the thrown exception.
Hi @GrassH. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
Description (*)
Fix #39415
Fixed Issues (if relevant)
Manual testing scenarios (*)
<?php throw new \Exception('Test'); ?>
Exception #0 (Exception): "Test" thrown at [app/code/Magento/Catalog/view/frontend/templates/product/list.phtml:7]
Contribution checklist (*)