mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5cd2d07bdc
`ActiveStorage::Blob#download` and `ActiveStorage::Blob#open` raise `ActiveStorage::FileNotFoundError` when the corresponding file is missing from the storage service. Services translate service-specific missing object exceptions (e.g. `Google::Cloud::NotFoundError` for the GCS service and `Errno::ENOENT` for the disk service) into `ActiveStorage::FileNotFoundError`. |
||
---|---|---|
.. | ||
active_storage | ||
tasks | ||
active_storage.rb |