]> 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 0a0a99516a64798be4efd652a2b75073bdba4d77..af71722830c7526655b35613858c8c02c06c1356 100644 (file)
@@ -1,4 +1,7 @@
 <?php
 <?php
+// Own namespace
+namespace CoreFramework\Controller;
+
 /**
  * This exception is thrown when the default controller is missing
  *
 /**
  * This exception is thrown when the default controller is missing
  *
@@ -44,7 +47,6 @@ class InvalidControllerException extends FrameworkException {
                // Call parent contructor with message
                parent::__construct($message, $code);
        }
                // Call parent contructor with message
                parent::__construct($message, $code);
        }
+
 }
 
 }
 
-// [EOF]
-?>