Skip to content
Snippets Groups Projects
Commit 610b263a authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Merge branch 'master' of https://git.unicaen.fr/lib/unicaen/synchro into HEAD

parents c8f8121d 1c29296b
No related branches found
No related tags found
No related merge requests found
Pipeline #33489 failed
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment