aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-30 12:58:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-30 12:58:36 -0400
commit9abdf5a0450dbd8925b9360d59c4b27d6c0d5c8b (patch)
tree9f661a64a74398d4618bb0659a9684d39a906581 /MediaBrowser.Controller
parent0b211b06043e2f315950090108ddcde40bcc6d78 (diff)
update components
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj1
-rw-r--r--MediaBrowser.Controller/Net/PaymentRequiredException.cs15
2 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 6006741144..bcf4de2a29 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -248,7 +248,6 @@
<Compile Include="Net\IWebSocketConnection.cs" />
<Compile Include="Net\IWebSocketListener.cs" />
<Compile Include="Net\LoggedAttribute.cs" />
- <Compile Include="Net\PaymentRequiredException.cs" />
<Compile Include="Net\SecurityException.cs" />
<Compile Include="Net\ServiceStackServiceRequest.cs" />
<Compile Include="Net\StaticResultOptions.cs" />
diff --git a/MediaBrowser.Controller/Net/PaymentRequiredException.cs b/MediaBrowser.Controller/Net/PaymentRequiredException.cs
deleted file mode 100644
index e09fe092e0..0000000000
--- a/MediaBrowser.Controller/Net/PaymentRequiredException.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace MediaBrowser.Controller.Net
-{
- /// <summary>
- /// Corresponds to a 402 response code
- /// </summary>
- public class PaymentRequiredException : Exception
- {
- }
-}