N°4756 - Ease extensibility for CRUD operations: 🎨 add log

This commit is contained in:
Eric Espie
2023-01-30 14:45:58 +01:00
parent 0f97b93617
commit cd1b441025

View File

@@ -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;
}
}