PamGram/core/cookies/error.py
2022-08-06 20:37:52 +08:00

3 lines
127 B
Python

class CookiesCachePoolExhausted(Exception):
def __init__(self):
super().__init__("Cookies cache pool is exhausted")