Skip to content

Commit 9996ecd

Browse files
committed
Make Safe\Exceptions\JsonException inherits from \JsonException
1 parent b5309a3 commit 9996ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Exceptions/JsonException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Safe\Exceptions;
55

6-
class JsonException extends \Exception implements SafeExceptionInterface
6+
class JsonException extends \JsonException implements SafeExceptionInterface
77
{
88
public static function createFromPhpError(): self
99
{

0 commit comments

Comments
 (0)