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

Commit

Permalink
Added new stamps from symfony 5.2 (#21)
Browse files Browse the repository at this point in the history
* Added missing properties to Symfonys FlattenException.

* Added symfony 5.1.

* The throwable is an interface, we need a concrete implementation.

* Added ErrorDetailsStamp.

Co-authored-by: Christoph Quadt <quadt@united-domains.de>
  • Loading branch information
Christoph Quadt and chq81 committed Feb 9, 2021
1 parent 12fe6c8 commit 8d4949a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<serializer>
<class name="Symfony\Component\Messenger\Stamp\ErrorDetailsStamp" exclusion-policy="ALL">
<property name="exceptionClass" type="string" expose="true" />
<property name="exceptionCode" type="int" expose="true" />
<property name="exceptionMessage" type="string" expose="true" />
<property name="flattenException" type="Symfony\Component\ErrorHandler\Exception\FlattenException" expose="true" />
</class>
</serializer>

0 comments on commit 8d4949a

Please sign in to comment.