diff options
author | Cameron Bothner <cameronbothner@gmail.com> | 2018-08-18 13:31:33 -0400 |
---|---|---|
committer | Cameron Bothner <cameronbothner@gmail.com> | 2018-08-21 15:31:14 -0400 |
commit | 5cd2d07bdcda4b2f547830d2becafe5e0722fa43 (patch) | |
tree | 78cd529618c2032f1f9049ae2b1c052eaaf23800 /activestorage/test/database | |
parent | 87d5415f0aa3e6f9f74f645a47370dd854375a1a (diff) | |
download | rails-5cd2d07bdcda4b2f547830d2becafe5e0722fa43.tar.gz rails-5cd2d07bdcda4b2f547830d2becafe5e0722fa43.tar.bz2 rails-5cd2d07bdcda4b2f547830d2becafe5e0722fa43.zip |
Translate service-specific missing object exceptions into a generic one
`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`.
Diffstat (limited to 'activestorage/test/database')
0 files changed, 0 insertions, 0 deletions