mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 20:10:36 +00:00
602ce67e41
`apps` → `core`
3 lines
127 B
Python
3 lines
127 B
Python
class CookiesCachePoolExhausted(Exception):
|
|
def __init__(self):
|
|
super().__init__("Cookies cache pool is exhausted") |