Commit 0ad6f764 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction d'un message d'erreur.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -293,7 +293,7 @@ final class ModelGenerator ...@@ -293,7 +293,7 @@ final class ModelGenerator
$repositories[$repo->getName()] = $repo; $repositories[$repo->getName()] = $repo;
} }
} catch (Exception $ex) { } catch (Exception $ex) {
printf("Erreur pendant le mapping de %s: %s\n", $class, $ex->getMessage()); printf("Error while mapping %s: %s\n%s\n", $class, $ex->getMessage(), $ex->getTraceAsString());
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment