Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
DConnectionClosedException.php21 class ConnectionClosedException extends \RuntimeException class
DInvalidPacketLengthException.php8 class InvalidPacketLengthException extends ConnectionClosedException
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php65 use phpseclib3\Exception\ConnectionClosedException; alias
1485 …throw new ConnectionClosedException('Connection closed by server; are you sure you\'re connected t…
3567 * @throws ConnectionClosedException If an error has occurred preventing read of the next packet
3575 throw new ConnectionClosedException('Bad message type. Expected: #'
3581 throw new ConnectionClosedException('Connection closed due to timeout');
3593 * @throws ConnectionClosedException If an error has occurred preventing read of the next packet
3618 throw new ConnectionClosedException('Connection closed by server');
3637 throw new ConnectionClosedException('Connection closed by server');
3714 throw new ConnectionClosedException('Invalid UMAC');
3719 throw new ConnectionClosedException('Invalid HMAC');
[all …]