Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DoctrineBridge] Addmessage to #[MapEntity] for NotFoundHttpException#51562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedSep 5, 2023
derrabus commentedSep 5, 2023
Right, it won't. This message would be purely for development. I'm not saying, we shouldn't merge it, but I'm curious about the motivation behind this change. |
moesoha commentedSep 5, 2023
I am exposing message in NotFoundHttpException to the user for a friendly 404 message in my project. This is inspired by the parameter in |
fabpot commentedFeb 2, 2024
Thank you@moesoha. |
Allow the message in NotFoundHttpException to be overridden with the
messageargument in#[MapEntity].