django.urls.exceptions のソースコードfrom django.http import Http404 [ドキュメント]class Resolver404(Http404): pass [ドキュメント]class NoReverseMatch(Exception): pass