summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
blob: 20c569be66d8e8a348f124c475ec9294fbeb6d0e (plain)
1
2
3
4
5
6
7
8
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING

"""Exception classes raised by various operations within pylint."""


class InvalidMessageError(Exception):
    """raised when a message creation, registration or addition is rejected"""