Source code for datacatalog.linkedstores.association.exceptions

from datacatalog.linkedstores.basestore import CatalogError

[docs]class AssociationError(CatalogError): pass