File size: 220 Bytes
0aee47a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
"""

bilibili_api.exceptions.LiveException



"""

from .ApiException import ApiException


class LiveException(ApiException):
    def __init__(self, msg: str):
        super().__init__()
        self.msg = msg