Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
plugins
/
wordpress-seo
/
src
/
myyoast-client
/
application
/
exceptions
:
client-authentication-exception.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\MyYoast_Client\Application\Exceptions; use RuntimeException; /** * Exception thrown when client authentication (e.g. private_key_jwt assertion creation) fails. */ class Client_Authentication_Exception extends RuntimeException { }