
    Nwg                     `    d Z  G d de      Z G d de      Z G d de      Z G d de      Zy	)
z8
django-simple-history exceptions and warnings classes.
c                       e Zd ZdZy)MultipleRegistrationsErrorzEThe model has been registered to have history tracking more than onceN__name__
__module____qualname____doc__     P/var/www/horilla/myenv/lib/python3.12/site-packages/simple_history/exceptions.pyr   r      s    Or
   r   c                       e Zd ZdZy)NotHistoricalModelErrorzNo related history model found.Nr   r	   r
   r   r   r      s    )r
   r   c                       e Zd ZdZy)RelatedNameConflictErrorz-Related name conflicting with history managerNr   r	   r
   r   r   r      s    7r
   r   c                       e Zd ZdZy)AlternativeManagerErrorz Manager does not belong to modelNr   r	   r
   r   r   r      s    *r
   r   N)r   	Exceptionr   	TypeErrorr   r   r   r	   r
   r   <module>r      s:   
	 		i 		y 		i 	r
   