Automattic\WooCommerce\StoreApi\Exceptions
NotPurchasableException{}└─ StockAvailabilityException
NotPurchasableException class.
This exception is thrown when an item in the cart is not able to be purchased.
Хуков нет.
Использование
$NotPurchasableException = new NotPurchasableException(); // use class methods
Методы
Нет Методов у класса.Код NotPurchasableException{} NotPurchasableException{} WC 11.0.1
class NotPurchasableException extends StockAvailabilityException {}