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