]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_SocketOptionException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_SocketOptionException.php
index 6e18ba45e2f47095f59c534ba6996ed52f87b361..06024d3b68b4917c752dd579eb6f1c5842d80ba5 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown when an option could not be set on given socket
  * resource. This means that the socket could be (somehow) created but cannot
@@ -43,7 +46,5 @@ class SocketOptionException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}