Coverage for django_napse/utils/errors/histories.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.4.3, created at 2024-03-12 13:49 +0000

1class HistoryError(Exception): 

2 """Base class for History errors.""" 

3 

4 class InvalidDataPointFieldKey(Exception): 

5 """Raised when the key of a DataPointField is invalid."""