JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrJFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrB hW @sdZyddlmZmZmZWnek r4eZYnXGdddeZGdddeeZGdddeZGd d d eZGd d d eZ Gd dde Z Gddde Z Gddde Z Gddde Z Gddde ZGddde ZdS)z_mysql_exceptions: Exception classes for _mysql and MySQLdb. These classes are dictated by the DB API v2.0: https://www.python.org/dev/peps/pep-0249/ ) Exception StandardErrorWarningc@seZdZdZdS) MySQLErrorz*Exception related to operation with MySQL.N)__name__ __module__ __qualname____doc__r r D/opt/alt/python37/lib64/python3.7/site-packages/_mysql_exceptions.pyrsrc@seZdZdZdS)rzWException raised for important warnings like data truncations while inserting, etc.N)rrrr r r r r rsrc@seZdZdZdS)ErrorzQException that is the base class of all other error exceptions (not Warning).N)rrrr r r r r r sr c@seZdZdZdS)InterfaceErrorzkException raised for errors that are related to the database interface rather than the database itself.N)rrrr r r r r r sr c@seZdZdZdS) DatabaseErrorzAException raised for errors that are related to the database.N)rrrr r r r r r%src@seZdZdZdS) DataErrorzException raised for errors that are due to problems with the processed data like division by zero, numeric value out of range, etc.N)rrrr r r r r r+src@seZdZdZdS)OperationalErrora;Exception raised for errors that are related to the database's operation and not necessarily under the control of the programmer, e.g. an unexpected disconnect occurs, the data source name is not found, a transaction could not be processed, a memory allocation error occurred during processing, etc.N)rrrr r r r r r2src@seZdZdZdS)IntegrityErrorzException raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc.N)rrrr r r r r r;src@seZdZdZdS) InternalErrorzException raised when the database encounters an internal error, e.g. the cursor is not valid anymore, the transaction is out of sync, etc.N)rrrr r r r r rBsrc@seZdZdZdS)ProgrammingErrorzException raised for programming errors, e.g. table not found or already exists, syntax error in the SQL statement, wrong number of parameters specified, etc.N)rrrr r r r r rIsrc@seZdZdZdS)NotSupportedErrorzException raised in case a method or database API was used which is not supported by the database, e.g. requesting a .rollback() on a connection that does not support transaction or has transactions turned off.N)rrrr r r r r rPsrN)r exceptionsrrr ImportErrorrr r rrrrrrrr r r r s