Files
website-v2/versions/exceptions.py
2025-08-20 10:17:47 -07:00

5 lines
105 B
Python

class BoostImportedDataException(Exception):
"""Custom exception for Boost data errors."""
pass