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