PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
Notes
<?php /** * WooCommerce Admin Notes Unavailable Exception Class * * Exception class thrown when an attempt to use notes is made but notes are unavailable. */ namespace Automattic\WooCommerce\Admin\Notes; defined( 'ABSPATH' ) || exit; /** * Notes\NotesUnavailableException class. */ class NotesUnavailableException extends \WC_Data_Exception {}
[-] DeprecatedNotes.php
[edit]
[+]
..
[-] Notes.php
[edit]
[-] NotesUnavailableException.php
[edit]
[-] Note.php
[edit]
[-] DataStore.php
[edit]
[-] NoteTraits.php
[edit]