Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev

This commit is contained in:
Warren Buckley
2019-11-21 11:01:05 +01:00
7 changed files with 2 additions and 174 deletions

View File

@@ -57,7 +57,7 @@ namespace Umbraco.Core.Services.Implement
}
catch (HttpRequestException ex)
{
throw new ConnectionException("An error occurring downloading the package from " + url, ex);
throw new HttpRequestException("An error occurring downloading the package from " + url, ex);
}
//successful