PYTHON catch ApifyApiError

how can I catch/except ApifyApiError for example:
from <where?> import ApifyApiError try: something except ApifyApiError as err: print('APIFY ERROR:', str(err))
where can I find ApifyApiError ?
Was this page helpful?