class-myyoast-invalid-json-exception.php 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?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 { }