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