import { DaffCartItemExceedsMaxQtyError } from '@daffodil/cart/driver'
An error thrown when a cart item's requested quantity exceeds the maximum allowed by the platform.
class DaffCartItemExceedsMaxQtyError extends DaffInheritableError implements DaffError {
readonly code: string = DaffCartDriverErrorCodes.ITEM_EXCEEDS_MAX_QTY
}