You are here

function PEAR_Error::getType in Calendar Systems 5

Get the name of this error/exception.

@access public

Return value

string error/exception name (type)

File

calendar/lib/PEAR.php, line 981

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

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