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

Ajout message exception dans erreur de synchro

parent cc95f573
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class SqlHelperService {
throw new RuntimeException("Un problème est survenu [DRV_Exception]", 0, $e);
}
} catch (DBA_Exception $e) {
throw new RuntimeException("Un problème est survenu [DBA_Exception]", 0, $e);
throw new RuntimeException("Un problème est survenu [DBA_Exception] : " . $e->getMessage(), 0, $e);
}
return $tmp;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment