Coverage for packages/pyswig/src/pyswig/exceptions.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.14.3, created at 2026-06-26 21:05 +0000

1"""PySwig exception types.""" 

2 

3# Copyright (c) 2020 Michel Gillet 

4# SPDX-License-Identifier: MIT 

5 

6 

7class PySwigError(Exception): 

8 """Raised when PySwig configuration or generation fails."""