class ClientCartException extendsRuntimeException implementsExceptionInterface

Methods

__construct(string$message,Exception$previous =null)

No description

ArrayCollection
getErrors()

No description

ArrayCollection
getShopItems()

No description

CartError|null
getErrorByShopItem(ShopItem$shopItem)

No description

Details

at line27
__construct(string$message,Exception$previous =null)

Parameters

string $message
Exception $previous

at line37
ArrayCollection getErrors()

Return Value

ArrayCollection

at line42
ArrayCollection getShopItems()

Return Value

ArrayCollection

at line47
CartError|null getErrorByShopItem(ShopItem$shopItem)

Parameters

ShopItem $shopItem

Return Value

CartError|null