Imported ReflectionException
authorRoland Haeder <roland@mxchange.org>
Wed, 22 Feb 2017 22:20:27 +0000 (23:20 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/exceptions/class_FrameworkException.php

index d5a6da4b4030beb125caf8c37782b091d5ebddfe..454c1028e888d3f9a8cc9192d58f0a22a0fe9acb 100644 (file)
@@ -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