
Co-authored-by: zxhlyh <jasonapring2015@outlook.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
10 lines
170 B
Python
10 lines
170 B
Python
from services.errors.base import BaseServiceError
|
|
|
|
|
|
class AppModelConfigBrokenError(BaseServiceError):
|
|
pass
|
|
|
|
|
|
class ProviderNotFoundError(BaseServiceError):
|
|
pass
|