]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_SocketCreationException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_SocketCreationException.php
index 0ad42f94b7507439a1b9ad23dd90caa034173d2e..6fb6abd634621ebbc3228a9312e90d1cd48f91ec 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown when socket_create() returns a variable with
  * non-resource type. This could mean you don't have propper permission to
@@ -6,7 +9,7 @@
  *
  * @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
  *
@@ -43,7 +46,5 @@ class SocketCreationException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}