Moved NzbDroneClientException to Core

This commit is contained in:
Mark McDowall
2013-09-09 08:09:55 -07:00
parent 0c57c6a6c1
commit 529f65339f
5 changed files with 5 additions and 9 deletions
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using NzbDrone.Common.Exceptions;
using System.Net;
namespace NzbDrone.Core.MetadataSource.Trakt
{