Exceptions\IO\Network\ConnectionRefusedException::__construct PHP Метод

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

public __construct ( $message = 'Connection to remote host was refused', $code, $previous = null )
    public function __construct($message = 'Connection to remote host was refused', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
ConnectionRefusedException