You are here

OrderVersionMismatchException.php in Commerce Core 8.2

File

modules/order/src/Exception/OrderVersionMismatchException.php
View source
<?php

namespace Drupal\commerce_order\Exception;


/**
 * Thrown when attempting to save an order with wrong version.
 */
class OrderVersionMismatchException extends \RuntimeException {

}

Classes

Namesort descending Description
OrderVersionMismatchException Thrown when attempting to save an order with wrong version.