aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs
blob: 682150d35a80119cf25997bddd7bf008d6e1f5f0 (plain)
1
2
3
4
5
6
7
8
9
namespace MediaBrowser.Controller.LiveTv
{
    /// <summary>
    /// Class LiveTvConflictException.
    /// </summary>
    public class LiveTvConflictException : LiveTvException
    {
    }
}