mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 01:51:43 +02:00
error msg
This commit is contained in:
@@ -35,7 +35,7 @@ class Source extends \Intervention\Image\AbstractSource
|
||||
|
||||
default:
|
||||
throw new \Intervention\Image\Exception\NotReadableException(
|
||||
"Unable to read image type ({$this->type}) only use JPG, PNG or GIF images."
|
||||
"Unable to read image type ({$this->type}) only use JPG, PNG or GIF images with GD driver."
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user