File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/exceptionsLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: missing-method.php <?php namespace Yoast\WP\SEO\Exceptions; use Exception; /** * Exception to use when a method does not exist. */ class Missing_Method extends Exception { /** * Creates exception for a method that does not exist in a class. * * @param string $method The method that does not exist. * @param string $class_name The class name. * * @return static Instance of the exception. */ public static function for_class( $method, $class_name ) { return new static( \sprintf( /* translators: %1$s expands to the method name. %2$s expands to the class name */ \__( 'Method %1$s() does not exist in class %2$s', 'wordpress-seo' ), $method, $class_name ) ); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Diraddon-installationDirectory Rename | Deleteforbidden-property-mutation-exception.phpFile1.15 KB Rename | Delete | EditimportingDirectory Rename | DeleteindexableDirectory Rename | Deletemissing-method.phpFile697.00 B Rename | Delete | EditoauthDirectory Rename | Delete