]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/database/class_DatabaseException.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / exceptions / database / class_DatabaseException.php
index 9e1d08a1bcb5a2455cfd8d8015b448c3b645c14b..ba71bd17f8c0235983b67cff478324e4e2eee27a 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
 <?php
 // Own namespace
-namespace CoreFramework\Database;
+namespace Org\Mxchange\CoreFramework\Database;
 
 // Import framework stuff
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkException;
+use Org\Mxchange\CoreFramework\Generic\FrameworkException;
 
 /**
  * A general database exception
 
 /**
  * A general database exception