Doctrine\OrientDB\Binding\Client\Http\EmptyResponseException::getLocation PHP Method

getLocation() public method

Returns the URL that generated the exception.
public getLocation ( ) : string
return string
    public function getLocation()
    {
        return $this->location;
    }