Coverage for src / sentry_tool / exceptions.py: 100.00%
1 statements
« prev ^ index » next coverage.py v7.13.2, created at 2026-02-28 19:20 -0500
« prev ^ index » next coverage.py v7.13.2, created at 2026-02-28 19:20 -0500
1"""Custom exceptions for sentry-tool."""
4class ConfigurationError(Exception):
5 """Profile not found, auth token missing, or config file parsing failed."""