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

ActiveStorage::UnrepresentableError

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

Definition files