]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/class_FrameworkException.php
Imported ReflectionException
[core.git] / 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