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.
"""
|