3
u|eฎ  ใ               @   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               @   s   e Zd ZdZdS )ฺAmbiguityErrorz.More than one migration matches a name prefix.N)ฺ__name__ฺ
__module__ฺ__qualname__ฺ__doc__ฉ r   r   ๚c/var/www/html/StaffProfile/staffvenv/lib/python3.6/site-packages/django/db/migrations/exceptions.pyr      s   r   c               @   s   e Zd ZdZdS )ฺBadMigrationErrorz5There's a bad migration (unreadable/bad format/etc.).N)r   r   r   r   r   r   r   r	   r
   	   s   r
   c               @   s   e Zd ZdZdS )ฺCircularDependencyErrorz5There's an impossible-to-resolve circular dependency.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ฺInconsistentMigrationHistoryz>An applied migration has some of its dependencies not applied.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ฺInvalidBasesErrorz)A model's base classes can't be resolved.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ฺIrreversibleErrorz2An irreversible migration is about to be reversed.N)r   r   r   r   r   r   r   r	   r      s   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 )N)r   )r   r   r   r	   ฺ__str__*   s    zNodeNotFoundError.__str__c             C   s   d| j f S )NzNodeNotFoundError(%r))r   )r   r   r   r	   ฺ__repr__-   s    zNodeNotFoundError.__repr__)N)r   r   r   r   r   r   r   r   r   r   r	   r   "   s   
r   c               @   s   e Zd ZdS )ฺMigrationSchemaMissingN)r   r   r   r   r   r   r	   r   1   s   r   c               @   s   e Zd ZdS )ฺInvalidMigrationPlanN)r   r   r   r   r   r   r	   r   5   s   r   N)Z	django.dbr   ฺ	Exceptionr   r
   r   r   ฺ
ValueErrorr   ฺRuntimeErrorr   ฺLookupErrorr   r   r   r   r   r   r	   ฺ<module>   s   