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