Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
wp-content
/
plugins
/
woocommerce
/
src
/
Internal
/
PushNotifications
/
Exceptions
:
PushTokenNotFoundException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * PushTokenNotFoundException class file. */ declare( strict_types = 1 ); namespace Automattic\WooCommerce\Internal\PushNotifications\Exceptions; defined( 'ABSPATH' ) || exit; use Exception; use WP_Http; /** * Exception thrown when a push token cannot be found. * * @since 10.5.0 */ class PushTokenNotFoundException extends Exception {}