mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-04 15:29:44 +00:00
12 lines
210 B
Python
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
|