noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/46: Record exception


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/46: Record exception
Date: Mon, 4 May 2020 13:38:40 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2397d3aaa5ac0a8bafa81286cc9d3b60e19080a3
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sun Jan 19 11:31:18 2020 +0100

    Record exception
---
 include/class/periode.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/periode.class.php b/include/class/periode.class.php
index 734cdba..16ca96d 100644
--- a/include/class/periode.class.php
+++ b/include/class/periode.class.php
@@ -272,6 +272,7 @@ class Periode
         }
         catch (Exception $e)
         {
+            record_log($e->getMessage()." - ".$e->getCode());
             record_log($e->getTraceAsString());
             $this->cn->rollback();
             throw $e;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]