We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bf347 commit 30ac201Copy full SHA for 30ac201
1 file changed
src/Exceptions/NonRetryableException.php
@@ -9,7 +9,7 @@
9
10
class NonRetryableException extends Exception implements NonRetryableExceptionContract
11
{
12
- public function __construct($message = '', $code = 0, Throwable $previous = null)
+ public function __construct($message = '', $code = 0, ?Throwable $previous = null)
13
14
parent::__construct($message, $code, $previous);
15
}
0 commit comments