Source code for django.urls.exceptionsfrom django.http import Http404 [문서]class Resolver404(Http404): pass [문서]class NoReverseMatch(Exception): pass