Source code for jwst.associations.exceptions
__all__ = [
"AssociationError",
"AssociationNotAConstraintError",
"AssociationNotValidError",
]
[docs]
class AssociationNotValidError(AssociationError):
"""Given data structure is not a valid association."""