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