Documentation

ExtraAttributesException extends RuntimeException
in package

ExtraAttributesException.

Tags
author

Julien DIDIER julien@didier.io

Table of Contents

Properties

$extraAttributes  : mixed

Methods

__construct()  : mixed
getExtraAttributes()  : array<string|int, mixed>
Get the extra attributes that are not allowed.

Properties

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>
Return values
array<string|int, mixed>

        
On this page

Search results