Package cleanup

This commit is contained in:
kay.one 2012-02-10 16:48:20 -08:00
commit 5ecbdd3e64
105 changed files with 151 additions and 25190 deletions

View file

@ -40,7 +40,7 @@ namespace NzbDrone.Web.Helpers
if (!File.Exists(path))
{
throw new FileNotFoundException("Static file not found " + path, path);
throw new FileNotFoundException("Included static resource was not found.", path);
}
}