| Server IP : 104.21.74.243 / Your IP : 216.73.216.47 Web Server : Apache System : Linux infong-es77 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u67207989 ( 1351568) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/MySQLdb/__pycache__/ |
Upload File : |
a
nu@\� � @ s� d Z ddlmZ G dd� de�ZG dd� dee�ZG dd� de�ZG d d
� d
e�ZG dd� de�ZG d
d� de�ZG dd� de�Z G dd� de�Z
G dd� de�ZG dd� de�ZG dd� 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 @ s e Zd ZdZdS )�
MySQLErrorz*Exception related to operation with MySQL.N��__name__�
__module__�__qualname__�__doc__� r r �5/usr/lib/python3/dist-packages/MySQLdb/_exceptions.pyr
s r c @ s e Zd ZdZdS )�WarningzWException raised for important warnings like data truncations
while inserting, etc.Nr r r r r
r s r c @ s e Zd ZdZdS )�ErrorzQException that is the base class of all other error exceptions
(not Warning).Nr r r r r
r s r c @ s 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 r
c @ s e Zd ZdZdS )�
DatabaseErrorzAException raised for errors that are related to the
database.Nr r r r r
r s r c @ s 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 "