OrderVersionMismatchException.php in Commerce Core 8.2
Namespace
Drupal\commerce_order\ExceptionFile
modules/order/src/Exception/OrderVersionMismatchException.phpView source
<?php
namespace Drupal\commerce_order\Exception;
/**
* Thrown when attempting to save an order with wrong version.
*/
class OrderVersionMismatchException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
OrderVersionMismatchException | Thrown when attempting to save an order with wrong version. |