Related to https://github.com/grafana/oncall-private/issues/2542 Requires https://github.com/grafana/oncall/pull/4050
7 lines
220 B
Python
7 lines
220 B
Python
from .exceptions import ( # noqa: F401
|
|
BacksyncIntegrationRequestError,
|
|
MaintenanceCouldNotBeStartedError,
|
|
TeamCanNotBeChangedError,
|
|
UnableToSendDemoAlert,
|
|
UserNotificationPolicyCouldNotBeDeleted,
|
|
)
|