exception documentation

class DebugFilesKeyError(KeyError, AssertionError): (source)

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): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented