]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/controller/class_InvalidControllerException.php
Continued:
[core.git] / inc / main / exceptions / controller / class_InvalidControllerException.php
index af71722830c7526655b35613858c8c02c06c1356..d5b8766552449ad8da1358911effe19c44900d4e 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Controller;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown when the default controller is missing
  *