This repository was archived by the owner on May 10, 2022. It is now read-only.

Description
This catch block is trying to log the status code but it does not have access to the $response. This causes the below error.
Error: Call to a member function getStatusCode() on null in Drupal\section_purger\Plugin\Purge\Purger\SectionPurgerBase->sendReq() (line 114 of /mnt/www/html/asf802dev/docroot/modules/contrib/section_purger/src/Plugin/Purge/Purger/SectionPurgerBase.php).
|
'response' => $response->getStatusCode(), |