From 53455912a8d44944c36b25deec4e359d32ee365a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 19 Oct 2024 18:38:06 +0300 Subject: [PATCH] fixed error --- src/Exception/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exception/Exception.php b/src/Exception/Exception.php index 279092d..f62e809 100644 --- a/src/Exception/Exception.php +++ b/src/Exception/Exception.php @@ -4,4 +4,4 @@ declare(strict_types=1); namespace App\Exception; -final class Exception extends \Exception {} +class Exception extends \Exception {}