Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/MySQLdb/__pycache__/ |
Upload File : |
o N�=\� � @ 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 @ � 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 � r c @ r )�WarningzWException raised for important warnings like data truncations while inserting, etc.Nr r r r r r r r c @ r )�ErrorzQException that is the base class of all other error exceptions (not Warning).Nr r r r r r r r c @ r )�InterfaceErrorzkException raised for errors that are related to the database interface rather than the database itself.Nr r r r r r r r c @ r )� DatabaseErrorzAException raised for errors that are related to the database.Nr r r r r r r r c @ r )� 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 "