]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_InvalidServerSocketException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_InvalidServerSocketException.php
index 1e0b99cdaacf840a9386535cc327a203c49e8271..d99e9f10fa3f162571e571e5c8ec596f4f544e5e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown when the socket resource is an invalid server socket.
  *
@@ -39,7 +42,5 @@ class InvalidServerSocketException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}