BKWLD / croppa

Image thumbnail creation through specially formatted URLs for Laravel.
MIT License
496 stars 91 forks source link

Fix the exif_read_data error with PHP 8 #197

Closed toyi closed 3 years ago

toyi commented 3 years ago

Related to #196.

Since the @ opperator doesn't suppress the new ValueError exception in PHP 8 (which by the way doesn't inherit from the Exception class), this PR fixes the issue by producing the same effect.