PHP Class 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.
Author: Mathieu Dumoulin aka CrazyCodr ([email protected])
Inheritance: extends NetworkException
Afficher le fichier Open project: crazycodr/standard-exceptions

Méthodes publiques

Méthode Description
__construct ( $message = 'Unexpected response received while communicating with remote host', $code, $previous = null )

Method Details

__construct() public méthode

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