From 60860a0bcea2f79fb3cf8a78bee24f7997de28f1 Mon Sep 17 00:00:00 2001 From: tracer Date: Wed, 26 Oct 2022 13:15:08 +0200 Subject: [PATCH] removed unused exception --- src/Service/Config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Service/Config.php b/src/Service/Config.php index e7d4273..27aef46 100644 --- a/src/Service/Config.php +++ b/src/Service/Config.php @@ -9,8 +9,6 @@ namespace App\Service; -use Exception; - /** * */