exception documentation

class RequestAliasRedirect(RoutingException): (source)

View In Hierarchy

This rule is an alias and wants to redirect to the canonical URL.

Method __init__ Undocumented
Instance Variable endpoint Undocumented
Instance Variable matched_values Undocumented
def __init__(self, matched_values: t.Mapping[str, t.Any], endpoint: str): (source)

Undocumented

endpoint = (source)

Undocumented

matched_values = (source)

Undocumented