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

3 statements  

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

1class NapseError: 

2 """Base class for exceptions in this module.""" 

3 

4 class SettingsError(Exception): 

5 """Exception raised for errors in the settings file.""" 

6 

7 class RandomGenrationError(Exception): 

8 """Exception raised for errors in random generation processes."""