o
    
h                     @   s   d dl mZ G dd deZG dd deZG dd deZG dd	 d	eZG d
d deZG dd de	Z
G dd deZG dd deZG dd deZdS )    )DatabaseErrorc                   @      e Zd ZdZdS )AmbiguityErrorz.More than one migration matches a name prefix.N__name__
__module____qualname____doc__ r
   r
   a/var/www/html/optinet_system/venv/lib/python3.10/site-packages/django/db/migrations/exceptions.pyr          r   c                   @   r   )BadMigrationErrorz5There's a bad migration (unreadable/bad format/etc.).Nr   r
   r
   r
   r   r   
   r   r   c                   @   r   )CircularDependencyErrorz5There's an impossible-to-resolve circular dependency.Nr   r
   r
   r
   r   r      r   r   c                   @   r   )InconsistentMigrationHistoryz>An applied migration has some of its dependencies not applied.Nr   r
   r
   r
   r   r      r   r   c                   @   r   )InvalidBasesErrorz)A model's base classes can't be resolved.Nr   r
   r
   r
   r   r      r   r   c                   @   r   )IrreversibleErrorz2An irreversible migration is about to be reversed.Nr   r
   r
   r
   r   r   "   r   r   c                   @   s*   e Zd ZdZd	ddZdd Zdd ZdS )
NodeNotFoundErrorz@An attempt on a node is made that is not available in the graph.Nc                 C   s   || _ || _|| _d S N)messageoriginnode)selfr   r   r   r
   r
   r   __init__+   s   
zNodeNotFoundError.__init__c                 C   s   | j S r   )r   r   r
   r
   r   __str__0   s   zNodeNotFoundError.__str__c                 C   s   d| j f S )NzNodeNotFoundError(%r))r   r   r
   r
   r   __repr__3   s   zNodeNotFoundError.__repr__r   )r   r   r   r	   r   r   r   r
   r
   r
   r   r   (   s
    
r   c                   @      e Zd ZdS )MigrationSchemaMissingNr   r   r   r
   r
   r
   r   r   7       r   c                   @   r   )InvalidMigrationPlanNr   r
   r
   r
   r   r    ;   r   r    N)	django.dbr   	Exceptionr   r   r   r   
ValueErrorr   RuntimeErrorr   LookupErrorr   r   r    r
   r
   r
   r   <module>   s    