Exception: ActiveStorage::UnrepresentableError

Inherits:
Error
  • Object
show all
Defined in:
activestorage/lib/active_storage/errors.rb

Overview

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.