##// END OF EJS Templates
channelstream: make main exception be base for all others.
marcink -
r1273:27a65416 default
parent child Browse files
Show More
@@ -42,11 +42,11 b' class ChannelstreamException(Exception):'
42 42 pass
43 43
44 44
45 class ChannelstreamConnectionException(Exception):
45 class ChannelstreamConnectionException(ChannelstreamException):
46 46 pass
47 47
48 48
49 class ChannelstreamPermissionException(Exception):
49 class ChannelstreamPermissionException(ChannelstreamException):
50 50 pass
51 51
52 52
General Comments 0
You need to be logged in to leave comments. Login now