Skip to content

Commit 5570fbf

Browse files
authored
Merge pull request #357 from jdecool/json-exception
Make Safe\Exceptions\JsonException inherits from \JsonException
2 parents 2c8b08c + 9996ecd commit 5570fbf

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)