Severian's picture
initial commit
a8b3f00
raw
history blame
109 Bytes
from services.errors.base import BaseServiceError
class CompletionStoppedError(BaseServiceError):
pass