Coverage for /Users/ajo/work/jumpstarter/jumpstarter/packages/jumpstarter/jumpstarter/client/exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-05-06 10:20 +0200

1from jumpstarter.common import exceptions 

2 

3 

4class LeaseError(exceptions.JumpstarterException): 

5 """Raised when a lease operation fails."""