1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-09 05:30:40 +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: 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;
} }