]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_UnsupportedSocketErrorHandlerException.php
index f6f6183a976172f171895e3dbf89e531b3e4b292..21fa173e360d65be51e244a567dec3afeb042747 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown when a socket error handler is not (yet)
  * implemented.
@@ -42,7 +45,5 @@ class UnsupportedSocketErrorHandlerException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}