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