Skip to Content Skip to Search
v7.1.0
class ActiveStorage::UnpreviewableError < ActiveStorage::Error

ActiveStorage::UnpreviewableError

Raised when ActiveStorage::Blob#preview is called on a blob that isn’t previewable. Use ActiveStorage::Blob#previewable? to determine whether a blob is previewable.

Definition files