Files
cowpilot/pkg/llm/exception.py
T
2026-08-24 12:52:52 +12:00

2 lines
49 B
Python

class LanguageModelException(Exception):
pass