updated last remaining exception catchers without trace support.

This commit is contained in:
Abdulmhsen B. A. A
2022-06-27 17:11:50 +03:00
parent 36b8380517
commit dd7e79f515
5 changed files with 43 additions and 6 deletions

View File

@@ -139,6 +139,7 @@ class Import
return [];
} catch (JsonException $e) {
$this->logger->error('Request for [%(backend)] libraries returned with invalid body.', [
'backend' => $context->backendName,
'exception' => [
'file' => $e->getFile(),
'line' => $e->getLine(),

View File

@@ -140,6 +140,7 @@ class Import
return [];
} catch (JsonException $e) {
$this->logger->error('Request for [%(backend)] libraries returned with invalid body.', [
'backend' => $context->backendName,
'exception' => [
'file' => $e->getFile(),
'line' => $e->getLine(),