Current File : /usr/lib64/python3.6/site-packages/MySQLdb/__pycache__//_exceptions.cpython-36.pyc
3
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 @ s e Zd ZdZdS )�
MySQLErrorz*Exception related to operation with MySQL.N)�__name__�
__module__�__qualname__�__doc__� r r �#/usr/lib64/python3.6/_exceptions.pyr
s r c @ s e Zd ZdZdS )�WarningzWException raised for important warnings like data truncations
while inserting, etc.N)r r r r 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).N)r r r r 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.N)r r r r r r r r r s r c @ s e Zd ZdZdS )�
DatabaseErrorzAException raised for errors that are related to the
database.N)r r r r 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.N)r r r r r r r r r "