Files
jellyfin-jellyfin-1/MediaBrowser.Common/Security/PaymentRequiredException.cs
Luke Pulverenti 75a457debc update components
2015-10-30 13:00:33 -04:00

9 lines
127 B
C#

using System;
namespace MediaBrowser.Common.Security
{
public class PaymentRequiredException : Exception
{
}
}