Coverage for src / sentry_tool / exceptions.py: 100.00%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.2, created at 2026-02-15 10:53 -0500

1"""Custom exceptions for sentry-tool.""" 

2 

3 

4class ConfigurationError(Exception): 

5 """Profile not found, auth token missing, or config file parsing failed."""