MsRewards/modules/error.py

7 lines
186 B
Python

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