class DanmakuException(Exception): ... class NoDanmakuException(DanmakuException): ... class DanmakuFormatErrorException(DanmakuException): ...