Identicon\Generator\GdGenerator::__construct PHP Метод

__construct() публичный Метод

GdGenerator constructor.
public __construct ( )
    public function __construct()
    {
        if (!extension_loaded('gd')) {
            throw new Exception('GD does not appear to be available in your PHP installation. Please try another generator');
        }
    }