mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 23:15:09 +00:00
Started exceptions.py
This commit is contained in:
parent
fdf2625b0c
commit
ed5f9f522b
1 changed files with 5 additions and 0 deletions
5
exceptions.py
Normal file
5
exceptions.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
#== exceptions.py ==#
|
||||
|
||||
class APIError(Exception):
|
||||
"""Base level exceptions raised by errors related to any API request or call"""
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue