Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / exceptions / socket / class_SocketShutdownException.php
index 9cdb27b23dfc2846d390d067304486ddd054a1b7..a72c88bb9ecdbbc34846541d4d5957d37158077d 100644 (file)
@@ -45,7 +45,5 @@ class SocketShutdownException extends AbstractSocketException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}