]WQ d Z G d de Z G d de Z G d de Z G d de Z G d d e Z G d de Z G d de Z G d de Z dS )z=Exception classes raised by various operations within pylint.c e Zd ZdZdS )InvalidMessageErrorzERaised when a message creation, registration or addition is rejected.N__name__ __module____qualname____doc__ c/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/pylint/exceptions.pyr r s OOOOr r c e Zd ZdZdS )UnknownMessageErrorz6Raised when an unregistered message id is encountered.Nr r r r r r s @@@@r r c , e Zd ZdZdedef fdZ xZS )DeletedMessageErrorzXRaised when a message id or symbol that was deleted from pylint is encountered. msgid_or_symbolremoval_explanationc X t d| d| d d S )N'z' was removed from pylint, see .super__init__)selfr r __class__s r r zDeletedMessageError.__init__ s@ VVV@SVVV r r r r r strr __classcell__r s @r r r sU # r r c , e Zd ZdZdedef fdZ xZS )MessageBecameExtensionErrorzcRaised when a message id or symbol that was moved to an optional extension is encountered. r moved_explanationc X t d| d| d d S )Nr z*' was moved to an optional extension, see r r )r r r r s r r z$MessageBecameExtensionError.__init__ s@ ___K\___ r r r s @r r r sU r r c e Zd ZdZdS )EmptyReportErrorz=Raised when a report is empty and so should not be displayed.Nr r r r r# r# &