You are here

function PEAR_Error::getDebugInfo in Flickr API 5

Get additional debug information supplied by the application.

@access public

Return value

string debug information

File

phpFlickr/PEAR/PEAR.php, line 1009

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

function getDebugInfo() {
  return $this
    ->getUserInfo();
}