Skip to content

Commit 3057e53

Browse files
authored
Fix Delete handling exception previous argument type (#973)
| Q | A | --------------- | ----- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | | License | MIT See https://github.com/Sylius/Sylius/actions/runs/12863423224/job/35859981293?pr=17635 And that to check backward compatibility https://3v4l.org/Bq8jW
2 parents 9618e87 + eab7d96 commit 3057e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component/src/Exception/DeleteHandlingException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(
2424
string $flash = 'something_went_wrong_error',
2525
int $apiResponseCode = 500,
2626
int $code = 0,
27-
?\Exception $previous = null,
27+
?\Throwable $previous = null,
2828
) {
2929
parent::__construct($message, $code, $previous);
3030

0 commit comments

Comments
 (0)