Skip to content

Commit eab7d96

Browse files
committed
Fix Delete handling exception previous argument type
1 parent 9618e87 commit eab7d96

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)