Record exception
This commit is contained in:
parent
f3061301bc
commit
2397d3aaa5
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ class Periode
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
record_log($e->getMessage()." - ".$e->getCode());
|
||||
record_log($e->getTraceAsString());
|
||||
$this->cn->rollback();
|
||||
throw $e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue