setools/setoolsgui/widgets/exception.py
Chris PeBenito 2edb93e2d5 Add base classes for top level app tabs.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2024-01-31 10:11:55 -05:00

12 lines
210 B
Python

# Copyright 2016, Chris PeBenito <pebenito@ieee.org>
#
# SPDX-License-Identifier: LGPL-2.1-only
#
#
class TabFieldError(RuntimeError):
"""Exception when trying to save a tab that has errors."""
pass