Files
paperless-ngx/src/paperless_ai/exceptions.py
T
2026-09-07 21:21:00 -07:00

7 lines
128 B
Python

class LLMTimeoutError(Exception):
pass
class LLMProviderError(Exception):
"""The LLM backend rejected the request."""