File size: 494 Bytes
db78256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
class DirectDownloadLinkException(Exception):
    """Not method found for extracting direct download link from the http link"""

    pass


class NotSupportedExtractionArchive(Exception):
    """The archive format use is trying to extract is not supported"""

    pass


class RssShutdownException(Exception):
    """This exception should be raised when shutdown is called to stop the montior"""

    pass


class TgLinkException(Exception):
    """No Access granted for this chat"""

    pass