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

6 lines
87 B
Python
Raw Normal View History

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