FileTooLargeBarecatError#
- exception barecat.exceptions.FileTooLargeBarecatError(size, shard_size_limit)[source]#
Bases:
BarecatError,ValueErrorException raised when a file exceeds the shard_size_limit.
Inherits from ValueError for backward compatibility with code that catches ValueError.