]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_AbstractSocketException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_AbstractSocketException.php
index 4f61282e8c5f35ee720886d89978494203ed5e97..f4d6ec70230af8ad2947025db1886e8b15dd8667 100644 (file)
@@ -1,11 +1,14 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is newer thrown, it bundles all socket exceptions together to
  * one abstract exception.
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -25,6 +28,3 @@
 abstract class AbstractSocketException extends FrameworkException {
        // This abstract exception is currently kept empty
 }
-
-// [EOF]
-?>