File "class-wc-rest-exception.php"
Full path: /home/cirmwrhs/www/renard-music/wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php
File
size: 0.27 KB (276 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/**
* WooCommerce REST Exception Class
*
* Extends Exception to provide additional data.
*
* @package WooCommerce\RestApi
* @since 2.6.0
*/
defined( 'ABSPATH' ) || exit;
/**
* WC_REST_Exception class.
*/
class WC_REST_Exception extends WC_Data_Exception {}