]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/actions/class_InvalidActionException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / actions / class_InvalidActionException.php
index 1a697a1de6814775e44f5dc03798fcaf71cc3361..f20173447721b61744535bc4af42e1837faad55e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Action;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown when a requested action is invalid
  *
@@ -41,7 +47,5 @@ class InvalidActionException extends FrameworkException {
                // Call parent contructor with message
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}