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 b8339ae commit 0641e28Copy full SHA for 0641e28
src/Exceptions/DecryptException.php
@@ -6,7 +6,7 @@
6
7
class DecryptException extends \Exception
8
{
9
- public function __construct(string $message = "Cannot decrypt text", int $code = 0, Throwable $previous = null)
+ public function __construct(string $message = "Cannot decrypt text", int $code = 0, ?Throwable $previous = null)
10
11
parent::__construct($message, $code, $previous);
12
}
0 commit comments