SimpleSoftwareIO\SMS\DoesNotReceive::processReceive PHP Метод

processReceive() защищенный Метод

Creates many IncomingMessage objects and sets all of the properties.
protected processReceive ( string $rawMessage ) : mixed
$rawMessage string
Результат mixed
    protected function processReceive($rawMessage)
    {
        throw new \RuntimeException('Receive methods are not support with this driver.');
    }