SimpleSoftwareIO\SMS\DoesNotReceive::receive PHP Method

receive() public method

Receives an incoming message via REST call.
public receive ( mixed $raw )
$raw mixed
    public function receive($raw)
    {
        throw new \RuntimeException('Receive methods are not support with the this driver.');
    }