Added a rate limit exception

This commit is contained in:
Cyber MacGeddon 2024-08-19 22:10:40 +01:00
parent 1294826aff
commit 83d68d5fe6

4
trustgraph/exceptions.py Normal file
View file

@ -0,0 +1,4 @@
class TooManyRequests(Exception):
pass