Record exception

This commit is contained in:
Dany De Bontridder 2020-01-19 11:31:18 +01:00
parent f3061301bc
commit 2397d3aaa5

View file

@ -272,6 +272,7 @@ class Periode
}
catch (Exception $e)
{
record_log($e->getMessage()." - ".$e->getCode());
record_log($e->getTraceAsString());
$this->cn->rollback();
throw $e;