| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct(int $retryCount, string $exceptionMessage = null, FlattenException $flattenException = null) |
||
| 22 | { |
||
| 23 | $this->retryCount = $retryCount; |
||
| 24 | $this->exceptionMessage = $exceptionMessage; |
||
| 25 | $this->flattenException = $flattenException; |
||
| 26 | $this->redeliveredAt = new \DateTimeImmutable('2020-02-18 11:00'); |
||
| 27 | } |
||
| 28 | |||
| 57 |