.. _f-databaseexception: module ``sql.database_exception`` ================================= .. inheritance-diagram:: pyensae.sql.database_exception Short summary +++++++++++++ module ``pyensae.sql.database_exception`` defines logged exceptions for SQL requests :githublink:`%|py|6` Classes +++++++ +---------------------------------------------------------------------+-----------------------------------------------------+ | class | truncated documentation | +=====================================================================+=====================================================+ | :class:`DBException ` | custom exception | +---------------------------------------------------------------------+-----------------------------------------------------+ | :class:`ExceptionSQL ` | exception related to SQL instructions and only them | +---------------------------------------------------------------------+-----------------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +============================================================================+=========================+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------+-------------------------+ | :py:meth:`__str__ ` | | +----------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.sql.database_exception :members: :special-members: __init__ :show-inheritance: