diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-30 12:58:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-30 12:58:36 -0400 |
| commit | 9abdf5a0450dbd8925b9360d59c4b27d6c0d5c8b (patch) | |
| tree | 9f661a64a74398d4618bb0659a9684d39a906581 /MediaBrowser.Controller/Net | |
| parent | 0b211b06043e2f315950090108ddcde40bcc6d78 (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Controller/Net')
| -rw-r--r-- | MediaBrowser.Controller/Net/PaymentRequiredException.cs | 15 |
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 - { - } -} |
