update components

This commit is contained in:
Luke Pulverenti
2015-10-30 13:00:33 -04:00
parent 8ea02ee020
commit 75a457debc
4 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace MediaBrowser.Common.Security
{
public class PaymentRequiredException : Exception
{
}
}