The stanck trace is displayed if an exception is thrown

This commit is contained in:
Franck Allimant
2014-05-02 19:58:42 +02:00
parent 8bf94517f2
commit e0027c7f6e

View File

@@ -502,6 +502,7 @@ try {
} catch (Exception $e) {
echo "error : ".$e->getMessage()."\n";
echo $e->getTraceAsString();
$con->rollBack();
}