By daffie on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.1.x
Introduced in version:
9.1.0
Issue links:
Description:
When the $settings['config_sync_directory'] from the setting.php file points to a directory that does not exists, the exception \Drupal\Core\Config\ConfigDirectoryNotDefinedException will be thrown. Before this change a regular \Exception was being thrown.
Impacts:
Site builders, administrators, editors
Module developers