Coverage for pystratum_common/exception/LoaderException.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-13 08:46 +0200

1class LoaderException(RuntimeError): 

2 """ 

3 Exception for situations where PyStratum can not load a stored routine. 

4 """ 

5 pass 

6 

7# ----------------------------------------------------------------------------------------------------------------------