You are here

class OrderVersionMismatchException in Commerce Core 8.2

Thrown when attempting to save an order with wrong version.

Hierarchy

Expanded class hierarchy of OrderVersionMismatchException

2 files declare their use of OrderVersionMismatchException
Order.php in modules/order/src/Entity/Order.php
OrderLockingTest.php in modules/order/tests/src/Kernel/OrderLockingTest.php

File

modules/order/src/Exception/OrderVersionMismatchException.php, line 8

Namespace

Drupal\commerce_order\Exception
View source
class OrderVersionMismatchException extends \RuntimeException {

}

Members