From db246208e409d869063450259b20a4ff810a3e00 Mon Sep 17 00:00:00 2001 From: bim-g Date: Mon, 2 Sep 2024 04:10:41 +0200 Subject: [PATCH] [UPD] Repalce CoreException by WepesiException --- src/Core/CoreException/RoutingException.php | 11 ----------- src/Core/Exceptions/RoutingException.php | 14 ++++++++++++++ src/Core/Exceptions/WepesiException.php | 11 +++++++++++ src/Core/Routing/Router.php | 2 +- 4 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 src/Core/CoreException/RoutingException.php create mode 100644 src/Core/Exceptions/RoutingException.php create mode 100644 src/Core/Exceptions/WepesiException.php diff --git a/src/Core/CoreException/RoutingException.php b/src/Core/CoreException/RoutingException.php deleted file mode 100644 index 42587d4..0000000 --- a/src/Core/CoreException/RoutingException.php +++ /dev/null @@ -1,11 +0,0 @@ -