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

New InvalidChannelException.

parent d66b92d3
Branches
Tags
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.
Please register or to comment