PHP Class Doctrine\OrientDB\Binding\Client\Http\EmptyResponseException

Inheritance: extends Doctrine\OrientDB\Exception
Show file Open project: doctrine/orientdb-odm

Public Methods

Method Description
__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.

Method Details

__construct() public method

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() public method

Returns the client instance that generated the exception.
public getClient ( ) : mixed
return mixed

getLocation() public method

Returns the URL that generated the exception.
public getLocation ( ) : string
return string