mikehaertl\wkhtmlto\Image::getError PHP Method

getError() public method

public getError ( ) : string
return string the detailed error message. Empty string if none.
    public function getError()
    {
        return $this->_error;
    }