ruạṛ
a �+�b� � @ st d Z ddlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d � d e�ZG dd� de�ZG d d� de �Z dS )zInterface-specific exceptions � )�absolute_importc @ s e Zd ZdZdS )�Invalidz A specification is violated N��__name__� __module__�__qualname__�__doc__� r r �T/usr/lib64/python3.9/site-packages/mercurial/thirdparty/zope/interface/exceptions.pyr s r c @ s e Zd ZdZdd� Zdd� ZdS )�DoesNotImplementz This object does not implement c C s || _ d S �N)� interface)�selfr r r r �__init__ s zDoesNotImplement.__init__c C s d| j S )Nz>An object does not implement interface %(interface)s ��__dict__�r r r r �__str__ s �zDoesNotImplement.__str__N�r r r r r r r r r r r s r c @ s e Zd ZdZdd� Zdd� ZdS )�BrokenImplementationz0An attribute is not completely implemented. c C s || _ || _d S r )r �name)r r r r r r r % s zBrokenImplementation.__init__c C s d| j S )NztAn object has failed to implement interface %(interface)s The %(name)s attribute was not provided. r r r r r r ) s �zBrokenImplementation.__str__Nr r r r r r ! s r c @ s e Zd ZdZdd� Zdd� ZdS )�BrokenMethodImplementationz-An method is not completely implemented. c C s || _ || _d S r )�method�mess)r r r r r r r 3 s z#BrokenMethodImplementation.__init__c C s d| j S )NzYThe implementation of %(method)s violates its contract because %(mess)s. r r r r r r 7 s �z"BrokenMethodImplementation.__str__Nr r r r r r / s r c @ s e Zd ZdZdS )�InvalidInterfacez'The interface has invalid contents Nr r r r r r <