Searched refs:ConnectionClosedException (Results 1 – 3 of 3) sorted by relevance
21 class ConnectionClosedException extends \RuntimeException class
8 class InvalidPacketLengthException extends ConnectionClosedException
65 use phpseclib3\Exception\ConnectionClosedException; alias1485 …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 packet3575 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 packet3618 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 …]