aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/LiveTvException.cs
blob: b0a6f75b150c36ed7de6c2d641bd9b067db248b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace MediaBrowser.Controller.LiveTv
{
    /// <summary>
    /// Class LiveTvException.
    /// </summary>
    public class LiveTvException : Exception
    {
    }
}