Skip to content

Commit

Permalink
Make Safe\Exceptions\JsonException inherits from \JsonException
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed May 19, 2022
1 parent b5309a3 commit 9996ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Exceptions/JsonException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Safe\Exceptions;

class JsonException extends \Exception implements SafeExceptionInterface
class JsonException extends \JsonException implements SafeExceptionInterface
{
public static function createFromPhpError(): self
{
Expand Down

0 comments on commit 9996ecd

Please # to comment.