From 9996ecd4de625232eaa1d2147c2ad6b68cc069e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20DECOOL?= Date: Fri, 20 May 2022 00:06:32 +0200 Subject: [PATCH] Make Safe\Exceptions\JsonException inherits from \JsonException --- lib/Exceptions/JsonException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Exceptions/JsonException.php b/lib/Exceptions/JsonException.php index 4300d29e..d7d5a010 100644 --- a/lib/Exceptions/JsonException.php +++ b/lib/Exceptions/JsonException.php @@ -3,7 +3,7 @@ namespace Safe\Exceptions; -class JsonException extends \Exception implements SafeExceptionInterface +class JsonException extends \JsonException implements SafeExceptionInterface { public static function createFromPhpError(): self {