Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../src/Admin/API/Reports
File: ParameterException.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* WooCommerce Admin Input Parameter Exception Class
[2] Fix | Delete
*
[3] Fix | Delete
* Exception class thrown when user provides incorrect parameters.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
namespace Automattic\WooCommerce\Admin\API\Reports;
[7] Fix | Delete
[8] Fix | Delete
defined( 'ABSPATH' ) || exit;
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* API\Reports\ParameterException class.
[12] Fix | Delete
*/
[13] Fix | Delete
class ParameterException extends \WC_Data_Exception {}
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function