Coverage for acspsuedo / source / low / exceptions.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-11 16:02 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-11 16:02 +0000
1"""
2Custom exceptions supporting higher-level
3implementation.
4"""
5class APIException(Exception):
6 """Base class for API exceptions"""
7 pass