Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Fixed class name in FlattenException serializer configuration (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Quadt authored and kunicmarko20 committed Aug 12, 2019
1 parent e68b097 commit dd8c1b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<serializer>
<class name="Symfony\Component\Messenger\Stamp\RedeliveryStamp" exclusion-policy="ALL">
<class name="Symfony\Component\Debug\Exception\FlattenException" exclusion-policy="ALL">
<property name="message" type="string" expose="true" />
<property name="code" type="int" expose="true" />
<property name="traceAsString" type="string" expose="true" />
Expand Down

0 comments on commit dd8c1b3

Please sign in to comment.