]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_AbstractSocketException.php
Continued:
[core.git] / inc / main / exceptions / socket / class_AbstractSocketException.php
index 29f7383ce70846b3f5d37963ae0c6adde7870e41..f4d6ec70230af8ad2947025db1886e8b15dd8667 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is newer thrown, it bundles all socket exceptions together to
  * one abstract exception.
@@ -25,6 +28,3 @@
 abstract class AbstractSocketException extends FrameworkException {
        // This abstract exception is currently kept empty
 }
-
-// [EOF]
-?>