1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 23:15:09 +00:00

Started exceptions.py

This commit is contained in:
sudosnok 2022-03-26 16:18:17 +00:00
parent fdf2625b0c
commit ed5f9f522b

5
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