mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-23 16:22:08 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
class BoostImportedDataException(Exception):
|
|
"""Custom exception for Boost data errors."""
|
|
|
|
pass
|