Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
0ad6f764
Commit
0ad6f764
authored
Apr 16, 2019
by
Guillaume Perréal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction d'un message d'erreur.
parent
480878aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/php/ModelGenerator.php
src/php/ModelGenerator.php
+1
-1
No files found.
src/php/ModelGenerator.php
View file @
0ad6f764
...
...
@@ -293,7 +293,7 @@ final class ModelGenerator
$repositories
[
$repo
->
getName
()]
=
$repo
;
}
}
catch
(
Exception
$ex
)
{
printf
(
"Err
eur pendant
le mapping
de
%s: %s
\n
"
,
$class
,
$ex
->
getMessage
());
printf
(
"Err
or whi
le mapping %s:
%s
\n
%s
\n
"
,
$class
,
$ex
->
getMessage
()
,
$ex
->
getTraceAsString
()
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment