login page
This commit is contained in:
16
Lib/site-packages/crispy_forms/exceptions.py
Normal file
16
Lib/site-packages/crispy_forms/exceptions.py
Normal file
@@ -0,0 +1,16 @@
|
||||
class CrispyError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class FormHelpersException(CrispyError):
|
||||
"""
|
||||
This is raised when building a form via helpers throws an error.
|
||||
We want to catch form helper errors as soon as possible because
|
||||
debugging templatetags is never fun.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class DynamicError(CrispyError):
|
||||
pass
|
||||
Reference in New Issue
Block a user