mirror of
https://github.com/Intervention/image.git
synced 2025-09-09 05:30:40 +02:00
error msg
This commit is contained in:
@@ -35,7 +35,7 @@ class Source extends \Intervention\Image\AbstractSource
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
throw new \Intervention\Image\Exception\NotReadableException(
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user