ExtraAttributesException
extends RuntimeException
in package
ExtraAttributesException.
Tags
Table of Contents
Properties
- $extraAttributes : mixed
Methods
- __construct() : mixed
- getExtraAttributes() : array<string|int, mixed>
- Get the extra attributes that are not allowed.
Properties
$extraAttributes
private
mixed
$extraAttributes
Methods
__construct()
public
__construct(array<string|int, mixed> $extraAttributes[, Throwable $previous = null ]) : mixed
Parameters
- $extraAttributes : array<string|int, mixed>
- $previous : Throwable = null
getExtraAttributes()
Get the extra attributes that are not allowed.
public
getExtraAttributes() : array<string|int, mixed>