Automattic\WooCommerce\Internal\PushNotifications\Exceptions

PushTokenNotFoundException{}WC 10.5.0└─ Exception

Exception thrown when a push token cannot be found.

Хуков нет.

Использование

$PushTokenNotFoundException = new PushTokenNotFoundException();
// use class methods

Методы

Нет Методов у класса.

Список изменений

С версии 10.5.0 Введена.

Код PushTokenNotFoundException{} WC 10.5.2

class PushTokenNotFoundException extends Exception {}