REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 699 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php
Text
Base64
<?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, ), ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
addon-installation
DIR
-
drwxr-xr-x
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
importing
DIR
-
drwxr-xr-x
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
indexable
DIR
-
drwxr-xr-x
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
locking
DIR
-
drwxr-xr-x
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
oauth
DIR
-
drwxr-xr-x
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
forbidden-property-mutation-exception.php
1.15 KB
lrw-r--r--
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
missing-method.php
699 B
lrw-r--r--
2026-06-03 13:59:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).