class documentation

class DebugFilesKeyError(KeyError, AssertionError):

View In Hierarchy

Raised from request.files during debugging. The idea is that it can provide a better error message than just a generic KeyError/BadRequest.
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable msg Undocumented
def __init__(self, request, key):

Undocumented

def __str__(self):

Undocumented

msg =

Undocumented