PHP Class WellCommerce\Bundle\OrderBundle\Exception\AddCartItemException

Author: Adam Piotrowski ([email protected])
Inheritance: extends RuntimeException
Datei anzeigen Open project: wellcommerce/wellcommerce

Public Methods

Method Description
__construct ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product, WellCommerce\Bundle\ProductBundle\Entity\VariantInterface $variant = null, $quantity, Exception $previous )

Method Details

__construct() public method

public __construct ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product, WellCommerce\Bundle\ProductBundle\Entity\VariantInterface $variant = null, $quantity, Exception $previous )
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface
$variant WellCommerce\Bundle\ProductBundle\Entity\VariantInterface
$previous Exception