14 lines
215 B
PHP
14 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 {
|
||
|
|
||
|
}
|