modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-09-30 08:18:42 +04:00
parent 7e228fc3e6
commit f458fbb3e7
2 changed files with 16 additions and 0 deletions

View File

@ -17,6 +17,21 @@
</DockerContainerSettings> </DockerContainerSettings>
</value> </value>
</entry> </entry>
<entry key="38915385-b3ff-4f4b-8a9a-d5f3ecae559e">
<value>
<DockerContainerSettings>
<option name="version" value="1" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="/opt/project" />
<option name="hostPath" value="$PROJECT_DIR$" />
</DockerVolumeBindingImpl>
</list>
</option>
</DockerContainerSettings>
</value>
</entry>
</map> </map>
</list> </list>
</component> </component>

View File

@ -424,6 +424,7 @@ class StdMessenger implements _IMessenger {
# tout d'abord userMessage # tout d'abord userMessage
if ($exception instanceof UserException) { if ($exception instanceof UserException) {
$userMessage = UserException::get_user_message($exception); $userMessage = UserException::get_user_message($exception);
$userMessage ??= "Une erreur technique s'est produite";
$showSummary = true; $showSummary = true;
} else { } else {
$userMessage = UserException::get_summary($exception); $userMessage = UserException::get_summary($exception);