- Issue created by @bburg
- πΊπΈUnited States bburg Washington D.C.
Just uploading an example patch to show how straightforward this could be.
- πΊπΈUnited States bburg Washington D.C.
And a 10.4.x version of the patch for those who want to try it out on that version.
- π³πΏNew Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies β .
- π³πΏNew Zealand quietone
And while I am here, this needs a title update. The title should be a description of what is being fixed or improved. The title is used as the git commit message so it should be meaningful and concise. See List of issue fields β .
- πΊπΈUnited States bburg Washington D.C.
Thanks, I may have fat-fingered that version option. With some more testing, it seems there are actually different error handlers for thrown exceptions versus other fatal errors. Calling this_does_not_exist() will be handled by the code referenced in my patch file, but exception handling seems to be managed by Symfony, I poked at it for an hour or so, and don't see any way to get symfony to do the same as what we are trying here yet.