Home
last modified time | relevance | path

Searched refs:ConnectionClosedException (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DInvalidPacketLengthException.php8 class InvalidPacketLengthException extends ConnectionClosedException
H A DConnectionClosedException.php21 class ConnectionClosedException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php65 use phpseclib3\Exception\ConnectionClosedException; alias
1485 …throw new ConnectionClosedException('Connection closed by server; are you sure you\'re connected t…
3596 * @throws ConnectionClosedException If an error has occurred preventing read of the next packet
3604 throw new ConnectionClosedException('Bad message type. Expected: #'
3610 throw new ConnectionClosedException('Connection closed due to timeout');
3622 * @throws ConnectionClosedException If an error has occurred preventing read of the next packet
3647 throw new ConnectionClosedException('Connection closed by server');
3666 throw new ConnectionClosedException('Connection closed by server');
3743 throw new ConnectionClosedException('Invalid UMAC');
3748 throw new ConnectionClosedException('Invalid HMAC');
[all …]