diff --git a/exceptions.py b/exceptions.py new file mode 100644 index 0000000..c3f8744 --- /dev/null +++ b/exceptions.py @@ -0,0 +1,5 @@ +#== exceptions.py ==# + +class APIError(Exception): + """Base level exceptions raised by errors related to any API request or call""" + pass \ No newline at end of file