Yoast\WP\SEO\MyYoast_Client\Application\Exceptions

Registration_Not_Found_Exception{}Yoast 1.0└─ Registration_Failed_Exception

Exception thrown when the authorization server reports that the registration no longer exists (HTTP 401/404 on RFC 7592 read).

Extends Registration_Failed_Exception so existing catch sites keep working.

Хуков нет.

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

$Registration_Not_Found_Exception = new Registration_Not_Found_Exception();
// use class methods

Методы

Нет Методов у класса.

Код Registration_Not_Found_Exception{} Yoast 28.3

class Registration_Not_Found_Exception extends Registration_Failed_Exception {

}