Spaces:
Build error
Build error
File size: 167 Bytes
a8b3f00 |
1 2 3 4 5 6 7 |
from werkzeug.exceptions import HTTPException
class FilenameNotExistsError(HTTPException):
code = 400
description = "The specified filename does not exist."
|