mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
8 lines
113 B
Python
8 lines
113 B
Python
from django.http import Http404
|
|
|
|
class Resolver404(Http404):
|
|
pass
|
|
|
|
class NoReverseMatch(Exception):
|
|
pass
|