granite_storage.exceptions

exception granite_storage.exceptions.ContentTooLargeError[source]

Bases: StorageError

Raised when streamed or in-memory content exceeds the configured limit.

exception granite_storage.exceptions.StorageError[source]

Bases: Exception

Base storage exception.