PHP Класс Doctrine\OrientDB\Binding\Client\Http\EmptyResponseException

Наследование: extends Doctrine\OrientDB\Exception
Показать файл Открыть проект

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

Метод Описание
__construct ( string $client, string $location ) Generates an exception giving information about the client which performed the request and the unreachable location.
getClient ( ) : mixed Returns the client instance that generated the exception.
getLocation ( ) : string Returns the URL that generated the exception.

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

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

Generates an exception giving information about the client which performed the request and the unreachable location.
public __construct ( string $client, string $location )
$client string
$location string

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

Returns the client instance that generated the exception.
public getClient ( ) : mixed
Результат mixed

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

Returns the URL that generated the exception.
public getLocation ( ) : string
Результат string