1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-17 14:35:09 +00:00

Reshuffling

This commit is contained in:
sudosnok 2022-03-26 16:19:17 +00:00
parent ed5f9f522b
commit e2e0073ca1
2 changed files with 0 additions and 0 deletions

5
Github/exceptions.py Normal file
View file

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