]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / exceptions / connection / class_ConnectionAlreadyRegisteredException.php
index c80323e0103612f14d944d4419e2f901215ad8b1..9a9185a157cc2e4c810e9d0ea246cf412a4501d9 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
 <?php
 // Own namespace
-namespace CoreFramework\Connection;
+namespace Org\Mxchange\CoreFramework\Connection;
 
 // Import framework stuff
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkException;
+use Org\Mxchange\CoreFramework\Generic\FrameworkException;
 
 /**
  * This exception is thrown if the connection is already registered in a matching
 
 /**
  * This exception is thrown if the connection is already registered in a matching