From: Roland Haeder Date: Wed, 22 Feb 2017 22:20:27 +0000 (+0100) Subject: Imported ReflectionException X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=a7373606175732e16ed197d5104bb3fc733d60ad Imported ReflectionException Signed-off-by: Roland Häder --- 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