Source code for django_mysql.exceptions

from __future__ import annotations


[docs] class TimeoutError(Exception): """ Indicates a database operation timed out in some way. """