astropy.utils.metadata.exceptions 源代码

# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""Metadata exceptions and warnings."""


from astropy.utils.exceptions import AstropyWarning

__all__ = ["MergeConflictError", "MergeConflictWarning"]


[文档] class MergeConflictError(TypeError): pass
[文档] class MergeConflictWarning(AstropyWarning): pass