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