Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / exceptions / config / class_ConfigEntryIsEmptyException.php
index bbddc178cd08e61e96d1cdf3ca536a5d600c1eb9..e5497822a5a042a5453f8cb39e94a81a27affe06 100644 (file)
@@ -39,7 +39,5 @@ class ConfigEntryIsEmptyException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}