Jyxo\Mail\Sender\RecipientUnknownException::getList PHP Метод

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

Returns the list of non-existent addresses.
public getList ( ) : array
Результат array
    public function getList() : array
    {
        return $this->list;
    }
RecipientUnknownException