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

7 lines
208 B
Python

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