1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 01:51:43 +02:00

error msg

This commit is contained in:
Oliver Vogel
2014-05-11 21:06:32 +02:00
parent c934b901ec
commit a0b8468209

View File

@@ -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;
}