acquia / blt

Acquia's toolset for automating Drupal 10 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

BLT-5231: Update default exception handling #4727

Open tomdearden opened 6 months ago

tomdearden commented 6 months ago

Motivation

Fixes #5231 relating to the CR here - https://www.drupal.org/node/3105918

Proposed changes Removes use of deprecated class to prevent notices being thrown and breaking install.php.

Alternatives considered n/a

Testing steps Create a project using BLT and try visiting install.php - if no deprecation notice is shown then all is well.