mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-11 07:45:13 +02:00
14 lines
125 B
Python
14 lines
125 B
Python
|
|
class TooManyRequests(Exception):
|
|
pass
|
|
|
|
class LlmError(Exception):
|
|
pass
|
|
|
|
class ParseError(Exception):
|
|
pass
|
|
|
|
|
|
|
|
|
|
|