Improve handling of libvips failures (#30597)
This commit is contained in:
parent
80cd001e0a
commit
82be5d033f
3 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,7 @@ module Paperclip
|
|||
end
|
||||
|
||||
dst
|
||||
rescue Terrapin::ExitStatusError => e
|
||||
rescue Vips::Error, Terrapin::ExitStatusError => e
|
||||
raise Paperclip::Error, "Error while optimizing #{@basename}: #{e}"
|
||||
rescue Terrapin::CommandNotFoundError
|
||||
raise Paperclip::Errors::CommandNotFoundError, 'Could not run the `ffmpeg` command. Please install ffmpeg.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue