a
    ªˆ
f  ã                   @   s$   G d d„ de ƒZG dd„ de ƒZdS )c                       s"   e Zd ZdZd‡ fdd„	Z‡  ZS )ÚOfferNotFoundForUserExceptionz7Exception raised when an offer is not found for a user.úOffer not found in user file.c                    s   || _ tƒ  | j ¡ d S ©N©ÚmessageÚsuperÚ__init__©Úselfr   ©Ú	__class__© ú2/var/www/html/python-backend/backend/exceptions.pyr      s    z&OfferNotFoundForUserException.__init__)r   ©Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__classcell__r   r   r
   r   r      s   r   c                       s"   e Zd ZdZd‡ fdd„	Z‡  ZS )Ú MatchingContentNotFoundExceptionz3Exception raised when no matching content is found.ú2No stories were found containing the required tag.c                    s   || _ tƒ  | j ¡ d S r   r   r   r
   r   r   r      s    z)MatchingContentNotFoundException.__init__)r   r   r   r   r
   r   r      s   r   N)Ú	Exceptionr   r   r   r   r   r   Ú<module>   s   