function PEAR_Error::getDebugInfo in Calendar Systems 5
Get additional debug information supplied by the application.
@access public
Return value
string debug information
File
- calendar/lib/ PEAR.php, line 1009 
Class
- PEAR_Error
- Standard PEAR error class for PHP 4
Code
function getDebugInfo() {
  return $this
    ->getUserInfo();
}