mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
4 lines
166 B
Python
4 lines
166 B
Python
class EERequiredError(Exception):
|
|
"""This error is thrown if an Enterprise Edition feature or API is
|
|
requested but the Enterprise Edition flag is not set."""
|