oont-contents/plugins/woocommerce-square/vendor/apimatic/jsonmapper/tests/JsonMapperTest/JsonMapperCommentsDiscardedException.php
2025-02-08 15:10:23 +01:00

20 lines
No EOL
376 B
PHP

<?php
use apimatic\jsonmapper\JsonMapperException;
use apimatic\jsonmapper\JsonMapper;
class JsonMapperCommentsDiscardedException extends JsonMapper
{
/**
* @throws JsonMapperException
*/
function __construct($config)
{
$this->config = $config;
$this->zendOptimizerPlusExtensionLoaded = true;
parent::__construct();
}
}
?>