Automattic\WooCommerce\Internal\ProductFeed\Feed
FeedLockException{}└─ Exception
Thrown when a feed file cannot be locked because another generation process already holds the lock.
This is distinct from a genuine generation failure: it means another process owns the feed and is actively writing it, so the caller should step aside rather than mark the job as failed.
Хуков нет.
Использование
$FeedLockException = new FeedLockException(); // use class methods
Методы
Нет Методов у класса.Список изменений
| С версии 11.0.0 | Введена. |
Код FeedLockException{} FeedLockException{} WC 11.0.1
class FeedLockException extends Exception {}