Source code for granite_storage.exceptions

[docs] class StorageError(Exception): """Base storage exception."""
[docs] class ContentTooLargeError(StorageError): """Raised when streamed or in-memory content exceeds the configured limit."""