diff --git a/trustgraph/exceptions.py b/trustgraph/exceptions.py new file mode 100644 index 00000000..e5647e3e --- /dev/null +++ b/trustgraph/exceptions.py @@ -0,0 +1,4 @@ + +class TooManyRequests(Exception): + pass +