update components

This commit is contained in:
Luke Pulverenti
2015-10-30 12:58:36 -04:00
parent 0b211b0604
commit 9abdf5a045
3 changed files with 1 additions and 16 deletions

View File

@@ -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
{
}
}