Requests_Exception::getType()

最后更新于:2021-11-26 02:31:19

Requests_Exception::getType()

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

响应

(string)

源文件

文件: gc-includes/Requests/Exception.php

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