Continued:
[core.git] / inc / main / exceptions / main / class_MissingMethodException.php
index b033837c9d0d854d58228e02197055f11fee1ff4..d6e585332829f1bea2a76902d28d51a0ad29577d 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Object;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when a method is missing, this exception is used in
  * guest/user login classes and thrown when a factory method is absend. I think