public function EasyRdf_Http_Exception::getBody in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php \EasyRdf_Http_Exception::getBody()
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Http/ Exception.php, line 14
Class
Code
public function getBody() {
return $this->body;
}