Continued:
[core.git] / inc / main / exceptions / actions / class_InvalidActionException.php
index 36b6750177ce5095d09c18ada8cae3c276d44bb6..f20173447721b61744535bc4af42e1837faad55e 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Action;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown when a requested action is invalid
  *