Coverage for seqbank/exceptions.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-12-02 04:29 +0000

1class SeqBankError(Exception): 

2 """ 

3 Custom exception class for handling errors specific to SeqBank operations. 

4 

5 This exception should be raised when any operation related to the SeqBank encounters an error. 

6 """ 

7 

8 pass