File size: 357 Bytes
0aee47a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""

bilibili_api.exceptions.DanmakuClosedException



动态上传图片数量超过限制

"""

from .ApiException import ApiException


class DynamicExceedImagesException(ApiException):
    """

    动态上传图片数量超过限制

    """

    def __init__(self):
        super().__init__()
        self.msg = "最多上传 9 张图片"