20f348c
1
2
3
4
5
6
from services.errors.base import BaseServiceError class AppModelConfigBrokenError(BaseServiceError): pass