Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.10/site-packages/django/urls/exceptions.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1from django.http import Http404 

2 

3 

4class Resolver404(Http404): 

5 pass 

6 

7 

8class NoReverseMatch(Exception): 

9 pass