PHP Класс Exceptions\IO\Network\UnexpectedResponseException

For example, establishing an FTP connection on a SFTP server will yield unexpected communication dialog. In this event, an UnexpectedResponseException should be thrown.
Автор: Mathieu Dumoulin aka CrazyCodr ([email protected])
Наследование: extends NetworkException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( $message = 'Unexpected response received while communicating with remote host', $code, $previous = null )

Описание методов

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

public __construct ( $message = 'Unexpected response received while communicating with remote host', $code, $previous = null )