Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
django
/
db
/
migrations
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: exceptions.cpython-310.pyc
o �a� � @ s� d dl mZ G dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d d� de�ZG dd � d e �Z G dd� de�ZG dd� de�Z G dd� de�ZdS )� )� DatabaseErrorc @ � e Zd ZdZdS )�AmbiguityErrorz.More than one migration matches a name prefix.N��__name__� __module__�__qualname__�__doc__� r r �A/usr/lib/python3/dist-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 Zd ZdZd dd�Zdd� Zdd� ZdS ) �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 zNodeNotFoundError.__init__c C s | j S r )r �r r r r �__str__* s zNodeNotFoundError.__str__c C s d| j f S )NzNodeNotFoundError(%r))r r r r r �__repr__- s zNodeNotFoundError.__repr__r )r r r r r r r r r r r r "