fixed error

This commit is contained in:
Your Name
2024-10-19 18:38:06 +03:00
parent 705a50d681
commit 53455912a8

View File

@@ -4,4 +4,4 @@ declare(strict_types=1);
namespace App\Exception;
final class Exception extends \Exception {}
class Exception extends \Exception {}