Skip to content

Commit

Permalink
Fix Delete handling exception previous argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 20, 2025
1 parent 9618e87 commit eab7d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/src/Exception/DeleteHandlingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(
string $flash = 'something_went_wrong_error',
int $apiResponseCode = 500,
int $code = 0,
?\Exception $previous = null,
?\Throwable $previous = null,
) {
parent::__construct($message, $code, $previous);

Expand Down

0 comments on commit eab7d96

Please sign in to comment.