chunking/exceptions.py (
2
lines of code) (
raw
):
class UnsupportedFormatError(Exception): """Exception raised when a format is not supported.""" pass