using System; namespace MediaBrowser.Controller.LiveTv { /// /// Class LiveTvException. /// public class LiveTvException : Exception { } }