Commit 37708cb
committed
bug symfony#53081 [Serializer] Keep stack trace for enum value denormalizer error (kylekatarnls)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Serializer] Keep stack trace for enum value denormalizer error
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Simple `previous: $exception` added not to loose track of the error origin.
Commits
-------
de3f711 [Serializer] Keep stack trace for enum value denormalizer errorFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Serializer/Normalizer
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments