Requests_Exception::getType()

Like {@see getCode()}, but a string code.


Return

(string)


Source

File: wp-includes/Requests/Exception.php

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