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