Skip to content

Commit

Permalink
Merge pull request #357 from jdecool/json-exception
Browse files Browse the repository at this point in the history
Make Safe\Exceptions\JsonException inherits from \JsonException
  • Loading branch information
Kharhamel committed May 25, 2022
2 parents 2c8b08c + 9996ecd commit 5570fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Exceptions/JsonException.php
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 5570fbf

Please sign in to comment.