]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_SocketBindingException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_SocketBindingException.php
index bd565c5fe0cccd5546416c112c3b396d5b8e2e08..1a323ea23f271a3e8b2fc388208c15bc698eed85 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
@@ -41,7 +44,5 @@ class SocketBindingException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}