class documentation

class FormDataRoutingRedirect(AssertionError):

View In Hierarchy

This exception is raised by Flask in debug mode if it detects a redirect caused by the routing system when the request method is not GET, HEAD or OPTIONS. Reasoning: form data will be dropped.
Method __init__ Undocumented
def __init__(self, request):

Undocumented