You are here

function PEAR_Error::getType in Flickr API 5

Get the name of this error/exception.

@access public

Return value

string error/exception name (type)

File

phpFlickr/PEAR/PEAR.php, line 981

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

function getType() {
  return get_class($this);
}