Throw InvalidOperationException when attachment extraction exits abnormally or doesn't produce output.

This commit is contained in:
Andrew Mahone 2019-11-13 08:52:37 -05:00
parent 7ea05bb86b
commit dee247453e

View file

@ -250,7 +250,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
_logger.LogError(msg);
throw new Exception(msg);
throw new InvalidOperationException(msg);
}
else
{