class MissingValueContextException extends ContextException (View source)

An exception class thrown when contexts exist but are missing a value.

Methods

__construct(array $contexts_without_value = [])

MissingValueContextException constructor.

Details

__construct(array $contexts_without_value = [])

MissingValueContextException constructor.

Parameters

array $contexts_without_value

List of contexts with missing value.