PHP 클래스 Doctrine\OrientDB\Binding\Client\Http\EmptyResponseException

상속: extends Doctrine\OrientDB\Exception
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
__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