Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_MissingArrayElementsException.php
index 3e67a674e2d7560c4ab64871003d653f46d613d9..6d8435341917ce14b860eee82a6363d83a1d797e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Array;
+
 /**
  * An exception thrown when required array elements are missing
  *
@@ -51,7 +54,5 @@ class MissingArrayElementsException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}