university-final-iot-backend/app/errors.py

7 lines
88 B
Python
Raw Normal View History

2018-11-03 17:22:01 +00:00
class NotPresentError(Exception):
pass
2018-11-03 17:32:35 +00:00
2018-11-03 17:22:01 +00:00
class BadRequestError(Exception):
pass