Files
2026-08-24 12:52:52 +12:00

5 lines
104 B
Python

from enum import StrEnum
class CustomError(StrEnum):
LLM_EXCEPTION = "Moo? (Something went wrong)"