- Issue created by @cmlara
- @cmlara opened merge request.
- Status changed to Needs review
over 1 year ago 9:38am 8 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
There is no need to check the Drupal version and use
Error::logException()
, which is just a wrapper forError::decodeException()
, available since Drupal 8. - 🇺🇸United States cmlara
The code is simpler, with Error::decodeException().
Thank you for pointing that out @apaderno. It looks like I got lost following the recommendation and not following the code to find a cleaner solution.
I wonder if https://www.drupal.org/node/2932520 → should be updated to include this scenario since it is supported across more versions of Drupal Core.
- Status changed to Fixed
over 1 year ago 3:06am 9 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.