1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00
This commit is contained in:
Oliver Vogel
2014-05-13 17:13:57 +02:00
parent a829c574a2
commit b1644ef86d

View File

@@ -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."
); );
} }