Skip to content
Snippets Groups Projects
Commit dd12d43c authored by David Trattnig's avatar David Trattnig
Browse files

New InvalidChannelException.

parent 9b7ead09
No related branches found
No related tags found
No related merge requests found
......@@ -22,23 +22,39 @@
# along with engine. If not, see <http://www.gnu.org/licenses/>.
#
# Scheduler Exceptions
class NoProgrammeLoadedException(Exception):
pass
class LQConnectionError(Exception):
pass
# Mixer Exceptions
class RedisConnectionException(Exception):
class InvalidChannelException(Exception):
pass
class PlaylistException(Exception):
pass
# Monitoring Exceptions
class MailingException(Exception):
pass
class DiskSpaceException(Exception):
pass
# Liquidsoap Execeptions
class LQConnectionError(Exception):
pass
class RedisConnectionException(Exception):
pass
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment