diff --git a/src/Intervention/Image/Imagick/Source.php b/src/Intervention/Image/Imagick/Source.php index fc54f4d1..4b49543f 100644 --- a/src/Intervention/Image/Imagick/Source.php +++ b/src/Intervention/Image/Imagick/Source.php @@ -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." ); }