mirror of
https://github.com/pawankhated/one-click-wordpress-installer.git
synced 2026-07-31 09:26:52 +08:00
13 lines
215 B
PHP
13 lines
215 B
PHP
<?php
|
|
/**
|
|
* WPSEO plugin file.
|
|
*
|
|
* @package WPSEO\Internals
|
|
*/
|
|
|
|
/**
|
|
* Class WPSEO_MyYoast_Invalid_JSON_Exception.
|
|
*/
|
|
class WPSEO_MyYoast_Invalid_JSON_Exception extends WPSEO_MyYoast_Bad_Request_Exception {
|
|
|
|
}
|