fikurimax
Results
2
issues of
fikurimax
I often get stream timed out error, I wonder what's the problem. As it's not always happening, but quite often lately
question
Is there a proper way to handle error? as for now I handle error by using this way ```php $response = $client->qr($query); if (isset($response['after']['message']) {} ``` because I get this...
question