We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b07d4f + 7acc931 commit 16a5cfbCopy full SHA for 16a5cfb
src/Renderers/PngRenderer.php
@@ -27,7 +27,7 @@ public function __construct()
27
} elseif (function_exists('imagecreate')) {
28
$this->useImagick = false;
29
} else {
30
- throw new BarcodeException('Neither gd-lib or imagick are installed!');
+ throw new BarcodeException('Neither the GD library nor the Imagick extension is installed!');
31
}
32
33
0 commit comments