AcmePhp\Cli\Action\PushSftpAction::getLastError PHP Méthode

getLastError() protected méthode

protected getLastError ( League\Flysystem\AdapterInterface $adapter ) : string
$adapter League\Flysystem\AdapterInterface
Résultat string
    protected function getLastError(AdapterInterface $adapter)
    {
        return $adapter->getConnection()->getLastSFTPError();
    }