class ExtraAttributesException extends RuntimeException

ExtraAttributesException.

Methods

__construct(array $extraAttributes, Exception $previous = null)

No description

array
getExtraAttributes()

Get the extra attributes that are not allowed.

Details

__construct(array $extraAttributes, Exception $previous = null)

Parameters

array $extraAttributes
Exception $previous

array getExtraAttributes()

Get the extra attributes that are not allowed.

Return Value

array