Commit 1c29296b authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

SQL

parent 855c7fb8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ class SqlHelperService
            }
        } catch (DBA_Exception $e) {
            echo "033[31mUn problème est survenu lors de l'utilisation de la base de donnée\033[0m";
            echo "033[31m".$sql."\033[0m";
            throw new RuntimeException("Un problème est survenu [DBA_Exception]", 0, $e);
        }