From cd23900598f9563116ad9b532fcef284e74ae65d Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Fri, 30 Nov 2018 16:47:26 +0300 Subject: [PATCH] new exception indroduced --- src/Exception/ClassOrMethodCouldNotBeFound.php | 9 +++++++++ src/Resolver.php | 11 +++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/Exception/ClassOrMethodCouldNotBeFound.php diff --git a/src/Exception/ClassOrMethodCouldNotBeFound.php b/src/Exception/ClassOrMethodCouldNotBeFound.php new file mode 100644 index 0000000..161c6d8 --- /dev/null +++ b/src/Exception/ClassOrMethodCouldNotBeFound.php @@ -0,0 +1,9 @@ +