Continued:
[core.git] / inc / main / exceptions / connection / class_ConnectionAlreadyRegisteredException.php
index b6cc9eccc7a54c794d42f2696c4a0017d7a858d9..8107c5f7d29cafd3e0c7cbd3b86d1503342c6d01 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Connection;
+
 /**
  * This exception is thrown if the connection is already registered in a matching
  * connection registry.
@@ -40,7 +43,5 @@ class ConnectionAlreadyRegisteredException extends AbstractConnectionException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}