| Server IP : 46.101.140.223 / Your IP : 216.73.217.61 Web Server : nginx/1.22.1 System : Linux debian-s-1vcpu-1gb-fra1-01 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : deploy-others ( 1001) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/MySQLdb/__pycache__/ |
Upload File : |
�
N�=\� � �L � d Z ddlmZ G d� de� � Z G d� dee� � Z G d� de� � Z G d � d
e� � Z G d� de� � Z G d
� de� � Z G d� de� � Z G d� de� � Z
G d� de� � Z G d� de� � Z G d� de� � Z
dS )z�Exception classes for _mysql and MySQLdb.
These classes are dictated by the DB API v2.0:
https://www.python.org/dev/peps/pep-0249/
� )�
StandardErrorc � � e Zd ZdZdS )�
MySQLErrorz*Exception related to operation with MySQL.N��__name__�
__module__�__qualname__�__doc__� � �5/usr/lib/python3/dist-packages/MySQLdb/_exceptions.pyr r
s � � � � � �4�4�4�4r r c � � e Zd ZdZdS )�WarningzWException raised for important warnings like data truncations
while inserting, etc.Nr r r r
r r s � � � � � �� � � r r c � � e Zd ZdZdS )�ErrorzQException that is the base class of all other error exceptions
(not Warning).Nr r r r
r r s � � � � � �� � � r r c � � e Zd ZdZdS )�InterfaceErrorzkException raised for errors that are related to the database
interface rather than the database itself.Nr r r r
r r s � � � � � �2� 2� 2� 2r r c � � e Zd ZdZdS )�
DatabaseErrorzAException raised for errors that are related to the
database.Nr r r r
r r s � � � � � �� � � r r c � � e Zd ZdZdS )� DataErrorz�Exception raised for errors that are due to problems with the
processed data like division by zero, numeric value out of range,
etc.Nr r r r
r r "