]> 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 d6c40407a4e70deab92ee7de4f455eb925bae74f..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
@@ -43,7 +46,5 @@ class SocketCreationException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}