PamGram/apps/cookies/error.py

3 lines
127 B
Python
Raw Normal View History

2022-08-04 13:19:17 +00:00
class CookiesCachePoolExhausted(Exception):
def __init__(self):
super().__init__("Cookies cache pool is exhausted")