📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:54:57
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
myyoast-client
/
infrastructure
/
dpop
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/myyoast-client/infrastructure/dpop
🔄 Refresh
✏️
Editing: dpop-proof-exception.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\MyYoast_Client\Infrastructure\DPoP; use RuntimeException; /** * Exception thrown when DPoP proof generation fails. * * Wraps underlying crypto, signing, or random generation failures * into a single exception type for callers to handle. */ class DPoP_Proof_Exception extends RuntimeException { }
💾 Save Changes
❌ Cancel