Yoast\WP\SEO\MyYoast_Client\Infrastructure\Crypto
JWT_Signing_Exception{}└─ RuntimeException
Exception thrown when creating or signing a JWT fails.
Covers failures producing the compact JWT serialization: JSON encoding errors, libsodium signing errors, and random-bytes failures when generating identifiers (jti).
Хуков нет.
Использование
$JWT_Signing_Exception = new JWT_Signing_Exception(); // use class methods
Методы
Нет Методов у класса.Код JWT_Signing_Exception{} JWT Signing Exception{} Yoast 28.3
class JWT_Signing_Exception extends RuntimeException {
}