class OrderVersionMismatchException in Commerce Core 8.2
Thrown when attempting to save an order with wrong version.
Hierarchy
- class \Drupal\commerce_order\Exception\OrderVersionMismatchException extends \Drupal\commerce_order\Exception\RuntimeException
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\ExceptionView source
class OrderVersionMismatchException extends \RuntimeException {
}