File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/exceptionsLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 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