mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-07 06:24:12 +00:00
first commit
This commit is contained in:
9
gestao_raul/Lib/site-packages/django/urls/exceptions.py
Normal file
9
gestao_raul/Lib/site-packages/django/urls/exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.http import Http404
|
||||
|
||||
|
||||
class Resolver404(Http404):
|
||||
pass
|
||||
|
||||
|
||||
class NoReverseMatch(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user