Plex friends api

This commit is contained in:
Jamie Rees 2016-03-01 20:18:02 +00:00
commit 59d61b3a0f
6 changed files with 160 additions and 66 deletions

View file

@ -27,9 +27,7 @@ namespace RequestPlex.Api
var response = client.Execute<T>(request);
if (response.ErrorException != null)
{
{
var message = "Error retrieving response. Check inner details for more info.";
throw new ApplicationException(message, response.ErrorException);
}