mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-17 06:25:10 +00:00
5 lines
No EOL
142 B
Python
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 |