MGFeng's picture
Upload 3173 files
f961d6f verified
Raw
History Blame Contribute Delete
173 Bytes
from werkzeug.exceptions import HTTPException
class FilenameNotExistsError(HTTPException):
code = 400
description = "The specified filename does not exist."