Source code for onboarding.errors
from __future__ import annotations
[docs]
class AlreadyExistsError(Exception):
""" Raised if a product of an onboarding process exists already. """
from __future__ import annotations
[docs]
class AlreadyExistsError(Exception):
""" Raised if a product of an onboarding process exists already. """