Loading src/UnicaenSynchro/Service/SqlHelper/SqlHelperService.php +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
src/UnicaenSynchro/Service/SqlHelper/SqlHelperService.php +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading