]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
Continued:
[core.git] / framework / main / exceptions / connection / class_ConnectionAlreadyRegisteredException.php
index 8107c5f7d29cafd3e0c7cbd3b86d1503342c6d01..ba5bd23339e34f84be909cc8b38e050cab1f72a3 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
@@ -8,7 +11,7 @@ namespace CoreFramework\Connection;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -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
         *