Yoast\WP\SEO\MyYoast_Client\Application\Exceptions

Authorization_Flow_Exception::get_error_codepublicYoast 1.0

Returns the error code.

Метод класса: Authorization_Flow_Exception{}

Хуков нет.

Возвращает

Строку.

Использование

$Authorization_Flow_Exception = new Authorization_Flow_Exception();
$Authorization_Flow_Exception->get_error_code(): string;

Код Authorization_Flow_Exception::get_error_code() Yoast 27.7

public function get_error_code(): string {
	return $this->error_code;
}