From a7373606175732e16ed197d5104bb3fc733d60ad Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 22 Feb 2017 23:20:27 +0100 Subject: [PATCH] Imported ReflectionException MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/main/exceptions/class_FrameworkException.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/main/exceptions/class_FrameworkException.php b/inc/main/exceptions/class_FrameworkException.php index d5a6da4b..454c1028 100644 --- a/inc/main/exceptions/class_FrameworkException.php +++ b/inc/main/exceptions/class_FrameworkException.php @@ -2,6 +2,9 @@ // Own namespace namespace CoreFramework\Generic; +// Import SPL stuff +use \ReflectionException; + /** * A general abstract exception. You should not throw this even when you * remove the "abstract" key-word. Better you make your own exception and -- 2.39.2