Class: ActiveStorage::HotCell::Server::ToolOperation::UnreadableDocument

Inherits:
HotCell::UnreadableInput
  • Object
show all
Defined in:
lib/active_storage/hot_cell/server/tool_operation.rb

Overview

A tool that exits non-zero on a document it cannot read is the commonest failure on this path, and it is the input's fault rather than the operation's. No unreadable declaration is needed: UnreadableInput is always in the rescue list, and this descends from it.