]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_IndexOutOfBoundsException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_IndexOutOfBoundsException.php
index 53d77ad33ce649b396d550f383edc1b94e8a1428..45d7a3e8df48d54ec5cceea3d7b896ef7ca6b0a7 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Array;
+
 /**
  * An exception thrown when an array index is out of bounds
  *
@@ -38,7 +41,5 @@ class IndexOutOfBoundsException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}