]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_IndexOutOfBoundsException.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / exceptions / main / class_IndexOutOfBoundsException.php
index 90a7cc813acc3ae482389848fc2766def994bb3c..374752835de3ddc0134da19c1834d9a5e44f2992 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Array;
+namespace Org\Mxchange\CoreFramework\ObjectArray;
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkException;
+use Org\Mxchange\CoreFramework\Generic\FrameworkException;
 
 /**
  * An exception thrown when an array index is out of bounds