Source code for lsst.sims.ocs.utilities.socs_exceptions
[docs]class NoProposalsConfiguredError(Exception):
"""Used when there are no proposals configured to run.
"""
pass
[docs]class SchedulerTimeoutError(Exception):
"""Used when the Scheduler times out during target loop.
"""
pass
[docs]class SocsDatabaseError(Exception):
"""Used when there are errors writing to the simulation database.
"""
pass