Severian's picture
initial commit
a8b3f00
raw
history blame
167 Bytes
from werkzeug.exceptions import HTTPException
class FilenameNotExistsError(HTTPException):
code = 400
description = "The specified filename does not exist."