Source code for ska_sdp_instrumental_calibration.exceptions

__all__ = ["RequiredArgumentMissingException"]


[docs] class RequiredArgumentMissingException(RuntimeError): pass