diff --git a/src/Component/src/Exception/DeleteHandlingException.php b/src/Component/src/Exception/DeleteHandlingException.php index 794e67181..905c27571 100644 --- a/src/Component/src/Exception/DeleteHandlingException.php +++ b/src/Component/src/Exception/DeleteHandlingException.php @@ -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);