We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb1de7 commit 7acc931Copy full SHA for 7acc931
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