Better client side errors when there are issues communicating with trakt.

This commit is contained in:
Mark McDowall 2013-09-08 23:40:24 -07:00
commit 0c57c6a6c1
10 changed files with 95 additions and 37 deletions

View file

@ -9,7 +9,6 @@ namespace NzbDrone.Api.ErrorManagement
{
public object Content { get; private set; }
public HttpStatusCode StatusCode { get; private set; }
protected ApiException(HttpStatusCode statusCode, object content = null)