aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net
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/Net
parent0b211b06043e2f315950090108ddcde40bcc6d78 (diff)
update components
Diffstat (limited to 'MediaBrowser.Controller/Net')
-rw-r--r--MediaBrowser.Controller/Net/PaymentRequiredException.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Controller/Net/PaymentRequiredException.cs b/MediaBrowser.Controller/Net/PaymentRequiredException.cs
deleted file mode 100644
index e09fe092e..000000000
--- 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
- {
- }
-}