]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_InvalidInterfaceException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_InvalidInterfaceException.php
index 822afad6428587297aac06535615259cc891d65e..1458a3cb453aedd0833afd2f72bbfd667b39470c 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Object;
+
 /**
  * An exception thrown when an class instance does not implement a given interface
  *
@@ -40,7 +43,5 @@ class InvalidInterfaceException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}