diff --git a/sources/Application/Service/Events/EventService.php b/sources/Application/Service/Events/EventService.php index 6c00611e1..f88d0eac9 100644 --- a/sources/Application/Service/Events/EventService.php +++ b/sources/Application/Service/Events/EventService.php @@ -165,6 +165,7 @@ final class EventService $oKPI->ComputeStats('FireEvent', $sEvent); if (!is_null($oLastException)) { + EventServiceLog::Error("Throwing the last exception caught: $sLastExceptionMessage"); throw $oLastException; } }