Requests_Exception::getType()

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


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/Exception.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.