12 lines
188 B
C#
12 lines
188 B
C#
|
using System;
|
|||
|
|
|||
|
namespace MediaBrowser.Controller.LiveTv
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Class LiveTvException.
|
|||
|
/// </summary>
|
|||
|
public class LiveTvException : Exception
|
|||
|
{
|
|||
|
}
|
|||
|
}
|