1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-17 14:35:09 +00:00
GitHubWrapper/exceptions.py
2022-03-26 16:18:17 +00:00

5 lines
No EOL
142 B
Python

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