#== exceptions.py ==# class APIError(Exception): """Base level exceptions raised by errors related to any API request or call""" pass