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.
No Hooks.
Usage
$FeedLockException = new FeedLockException(); // use class methods
Methods
No Methods in class.Changelog
| Since 11.0.0 | Introduced. |
FeedLockException{} FeedLockException{} code WC 11.0.0
class FeedLockException extends Exception {}