from django.http import Http404 [文档]class Resolver404(Http404): pass [文档]class NoReverseMatch(Exception): pass