From 75a457debc009e2be26ff503a2d4b657225ab8c9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 30 Oct 2015 13:00:33 -0400 Subject: update components --- MediaBrowser.Common/Security/PaymentRequiredException.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MediaBrowser.Common/Security/PaymentRequiredException.cs (limited to 'MediaBrowser.Common/Security/PaymentRequiredException.cs') diff --git a/MediaBrowser.Common/Security/PaymentRequiredException.cs b/MediaBrowser.Common/Security/PaymentRequiredException.cs new file mode 100644 index 000000000..27b3e6961 --- /dev/null +++ b/MediaBrowser.Common/Security/PaymentRequiredException.cs @@ -0,0 +1,8 @@ +using System; + +namespace MediaBrowser.Common.Security +{ + public class PaymentRequiredException : Exception + { + } +} -- cgit v1.2.3