Coverage for slic/core/adjustable/error.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2025-07-07 16:57 +0000

1 

2class AdjustableError(Exception): 

3 pass 

4 

5