haystack/haystack/errors.py

8 lines
151 B
Python
Raw Normal View History

# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
#
# SPDX-License-Identifier: Apache-2.0
class FilterError(Exception):
pass