File "PushTokenNotFoundException.php"
Full Path: /home/shadsolw/public_html/wp-content/plugins/woocommerce/src/Internal/PushNotifications/Exceptions/PushTokenNotFoundException.php
File size: 357 bytes
MIME-type: text/x-php
Charset: utf-8
<?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 {}