Source code for datacatalog.linkedstores.annotations.exceptions

from datacatalog.linkedstores.basestore import CatalogError

[docs]class AnnotationError(CatalogError): pass