]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_SocketShutdownException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_SocketShutdownException.php
index 11122ff6387628909e94dfbc8f0ded03d4f1c42f..405ccb23ad2f979ec0f16e3f4b6d26516446e20b 100644 (file)
@@ -1,4 +1,7 @@
 <?php
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown if the socket cannot be shut down is not error 107
  * which is "Transport endpoint not connected".
 /**
  * This exception is thrown if the socket cannot be shut down is not error 107
  * which is "Transport endpoint not connected".
@@ -45,7 +48,5 @@ class SocketShutdownException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
 
-// [EOF]
-?>
+}