Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw a
JpegError
when a JPEG image has no frame data (issue 17302)
Given that there's nothing to parse in this case, since we're dealing with an invalid JPEG image, throwing an *explicit* Error makes sense here.
- Loading branch information