Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / exceptions / connection / class_ConnectionAlreadyRegisteredException.php
index 8107c5f7d29cafd3e0c7cbd3b86d1503342c6d01..9a9185a157cc2e4c810e9d0ea246cf412a4501d9 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Connection;
+namespace Org\Mxchange\CoreFramework\Connection;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Generic\FrameworkException;
 
 /**
  * This exception is thrown if the connection is already registered in a matching
@@ -25,7 +28,7 @@ namespace CoreFramework\Connection;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ConnectionAlreadyRegisteredException extends AbstractConnectionException {
+class ConnectionAlreadyRegisteredException extends FrameworkException {
        /**
         * A Constructor for this exception
         *