mirror of
https://gh.wpcy.net/https://github.com/pawankhated/one-click-wordpress-installer.git
synced 2026-04-22 00:39:17 +08:00
13 lines
187 B
PHP
13 lines
187 B
PHP
<?php
|
|
/**
|
|
* WPSEO plugin file.
|
|
*
|
|
* @package WPSEO\Internals
|
|
*/
|
|
|
|
/**
|
|
* Class WPSEO_MyYoast_Bad_Request_Exception.
|
|
*/
|
|
class WPSEO_MyYoast_Bad_Request_Exception extends Exception {
|
|
|
|
}
|