11 lines
160 B
Python
11 lines
160 B
Python
class DanmakuException(Exception):
|
|
...
|
|
|
|
|
|
class NoDanmakuException(DanmakuException):
|
|
...
|
|
|
|
|
|
class DanmakuFormatErrorException(DanmakuException):
|
|
...
|