class ShippingOptionMissingException extends CartException (View source)

Properties

protected $messageBag

The cart exception message bag

from  CartException

Methods

__construct(MessageBag $messageBag = null)

No description

static string
summarize($messageBag)

Create an error message summary from the validation errors.

errors()

No description

Details

__construct(MessageBag $messageBag = null)

No description

Parameters

MessageBag $messageBag

static protected string summarize($messageBag)

Create an error message summary from the validation errors.

Parameters

$messageBag

Return Value

string

errors()

No description