minor fixes, added result processing
This commit is contained in:
@ -4,3 +4,9 @@ from src.exceptions.base_exception import DefaultException
|
||||
class SiteNotImplementedException(DefaultException):
|
||||
default_message = "This site is not supported"
|
||||
error_code = "SiteNotImplemented"
|
||||
|
||||
|
||||
class FileAlreadyExistException(DefaultException):
|
||||
default_message = "This file already exist"
|
||||
error_code = "FileAlreadyExist"
|
||||
|
||||
|
Reference in New Issue
Block a user