6 lines
117 B
Python
6 lines
117 B
Python
from services.errors.base import BaseServiceError
|
|
|
|
|
|
class WorkSpaceNotAllowedCreateError(BaseServiceError):
|
|
pass
|