You are here

public function cf_error_code::get_type in Common Functionality 7.2

Returns the error type.

Return value

string The error type.

File

modules/cf_error/classes/cf_error_code.php, line 81
Provides the derror exception class.

Class

cf_error_code

Code

public function get_type() {
  return $this->type;
}