oncall-engine/engine/common/exceptions/__init__.py

7 lines
220 B
Python

from .exceptions import ( # noqa: F401
BacksyncIntegrationRequestError,
MaintenanceCouldNotBeStartedError,
TeamCanNotBeChangedError,
UnableToSendDemoAlert,
UserNotificationPolicyCouldNotBeDeleted,
)