mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 21:32:36 +01: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."""
|