Skip to content
Snippets Groups Projects
Commit d98fa10e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-142: added initial TMSS exceptions

parent f0406f80
No related branches found
No related tags found
2 merge requests!98Resolve TMSS-142 and TMSS-141,!97Resolve TMSS-138
...@@ -6,6 +6,7 @@ set(_py_files ...@@ -6,6 +6,7 @@ set(_py_files
settings.py settings.py
urls.py urls.py
wsgi.py wsgi.py
exceptions.py
) )
python_install(${_py_files} python_install(${_py_files}
......
class TMSSException(Exception):
pass
class SpecificationException(TMSSException):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment