Continued:
[core.git] / inc / main / exceptions / socket / class_SocketConnectionException.php
index 6924f7e2eeba4d3d974d69001da64e40716e68ff..39f5088efbefcf1d56dc982b5c138bdf59e1e9f3 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Socket;
+
 /**
  * This exception is thrown when socket_connection() could not succeed. This
  * means a lot: the connection was refused by other peer (no open port; mostly
@@ -43,7 +46,5 @@ class SocketConnectionException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}