MsRewards-Reborn/modules/error.py
2022-11-05 15:32:13 +01:00

7 lines
186 B
Python

from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
class Banned(Exception):
pass
class NotBanned(Exception):
pass