MsRewards/modules/error.py

7 lines
186 B
Python
Raw Normal View History

2022-11-05 15:30:55 +01:00
from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
class Banned(Exception):
pass
class NotBanned(Exception):
pass