📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 19:59:47
📂
/ (Root)
/
home
/
apkbfjox
/
.trash
/
wordpress-seo
/
src
/
myyoast-client
/
infrastructure
/
crypto
📍 /home/apkbfjox/.trash/wordpress-seo/src/myyoast-client/infrastructure/crypto
🔄 Refresh
✏️
Editing: encryption-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 encryption or decryption operations fail. * * Covers missing sodium extension, corrupt encrypted data, or missing AUTH_KEY. */ class Encryption_Exception extends RuntimeException { }
💾 Save Changes
❌ Cancel