# 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
