mirror of
https://github.com/Intervention/image.git
synced 2025-08-10 16:04:04 +02:00
bugfix
This commit is contained in:
@@ -71,7 +71,7 @@ class Source extends \Intervention\Image\AbstractSource
|
||||
return $match['mime'];
|
||||
|
||||
} else {
|
||||
throw new \Intervention\Image\Exception\InvalidImageTypeException(
|
||||
throw new \Intervention\Image\Exception\RuntimeException(
|
||||
"Mime type could not be extracted from image."
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user