]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_InvalidSocketException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_InvalidSocketException.php
index 77ad21c98ca33ccbdcf75ac4cf820556950a15f7..322b7c205d877e3707ed9cccaad95826792604ea 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown when the socket resource is invalid or an error
  * occurs while socket initialization phase.
@@ -57,7 +60,5 @@ class InvalidSocketException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}