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