You are here

public function EasyRdf_Http_Exception::getBody in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php \EasyRdf_Http_Exception::getBody()

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php, line 14

Class

EasyRdf_Http_Exception

Code

public function getBody() {
  return $this->body;
}