Commit b00880f
committed
feature #51562 [DoctrineBridge] Add
This PR was merged into the 7.1 branch.
Discussion
----------
[DoctrineBridge] Add `message` to #[MapEntity] for NotFoundHttpException
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
Allow the message in NotFoundHttpException to be overridden with the `message` argument in `#[MapEntity]`.
Commits
-------
753ad20d6f [DoctrineBridge] Add `message` to #[MapEntity] for NotFoundHttpExceptionmessage to #[MapEntity] for NotFoundHttpException (moesoha)File tree
3 files changed
+5
-2
lines changed- ArgumentResolver
- Attribute
- Tests/ArgumentResolver
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments