1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-06 22:27:36 +00:00

Added a few extra files

This commit is contained in:
sudosnok 2022-03-26 16:24:11 +00:00
parent e2e0073ca1
commit 29403e00e0
4 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,9 @@
#== exceptions.py ==#
__all__ = (
'APIError',
)
class APIError(Exception):
"""Base level exceptions raised by errors related to any API request or call"""
pass