Yoast\WP\SEO\MyYoast_Client\Application\Exceptions

Token_Storage_Exception{}Yoast 1.0└─ RuntimeException

Exception thrown when token storage or retrieval fails.

Wraps underlying encryption failures into a storage-specific exception so callers don't need to depend on crypto internals.

Хуков нет.

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

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

Методы

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

Код Token_Storage_Exception{} Yoast 28.3

class Token_Storage_Exception extends RuntimeException {

}