final public function RestfulException::getDescription in RESTful 7
Gets the description of the exception.
Return value
string The description.
File
- exceptions/
RestfulException.php, line 44 - Contains RestfulException
Class
- RestfulException
- @file Contains RestfulException
Code
public final function getDescription() {
return $this->description;
}