mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 19:32:11 +02:00
Added a rate limit exception
This commit is contained in:
parent
1294826aff
commit
83d68d5fe6
1 changed files with 4 additions and 0 deletions
4
trustgraph/exceptions.py
Normal file
4
trustgraph/exceptions.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
class TooManyRequests(Exception):
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue