<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
/**
 * Exception to use when a method does not exist.
 *
 * @package Yoast\YoastSEO\Exceptions
 */

namespace Yoast\WP\SEO\Exceptions;

use Exception;

/**
 * The exception when a method does not exists.
 */
class Missing_Method extends Exception {

	/**
	 * Creates exception for a method that does not exists in a class.
	 *
	 * @param string $method     The method that does not exists.
	 * 