Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../src/Admin/Notes
File: NotesUnavailableException.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* WooCommerce Admin Notes Unavailable Exception Class
[2] Fix | Delete
*
[3] Fix | Delete
* Exception class thrown when an attempt to use notes is made but notes are unavailable.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
namespace Automattic\WooCommerce\Admin\Notes;
[7] Fix | Delete
[8] Fix | Delete
defined( 'ABSPATH' ) || exit;
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* Notes\NotesUnavailableException class.
[12] Fix | Delete
*/
[13] Fix | Delete
class NotesUnavailableException 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