Coverage for src/foapy/exceptions/inconsistent_order.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-05-17 20:45 +0000

1class InconsistentOrderException(Exception): 

2 """ 

3 Exception raised for errors in case the input array is not valid order. 

4 """ 

5 

6 pass