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