Skip to content

exceptions

Custom exceptions for MADA.

MADAUnsupportedDatabase

Bases: Exception

Used when trying to initialize a connection to an unsupported database type.

Source code in src/mada/common/exceptions.py
class MADAUnsupportedDatabase(Exception):
    """
    Used when trying to initialize a connection to an unsupported
    database type.
    """