Documentation

IOException extends Exception
in package

IOException is thrown when an input or output operation is failed or interpreted.

Table of Contents

Properties

$error_message  : string

Methods

getErrorMessage()  : string
Get the complete response content as sent by the server.

Properties

$error_message

private string $error_message

The error message sent by the server.

Methods

getErrorMessage()

Get the complete response content as sent by the server.

public getErrorMessage() : string
Return values
string

The complete response content.


        
On this page

Search results