📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 22:21:32
📂
/ (Root)
/
home
/
apkbfjox
/
7lgbet.pro
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
myyoast-client
/
infrastructure
/
crypto
📍 /home/apkbfjox/7lgbet.pro/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/crypto
🔄 Refresh
✏️
Editing: jwt-signing-exception.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\MyYoast_Client\Infrastructure\Crypto; use 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). */ class JWT_Signing_Exception extends RuntimeException { }
💾 Save Changes
❌ Cancel