Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Symfony
Component
Serializer
Exception
ExtraAttributesException
PHP Class Symfony\Component\Serializer\Exception\ExtraAttributesException
Author:
Julien DIDIER (
[email protected]
)
Inheritance:
extends
RuntimeException
Exibir arquivo
Open project: symfony/symfony
Public Methods
Method
Description
__construct
(
array
$extraAttributes
,
Exception
$previous
= null )
Method Details
__construct()
public
method
public
__construct
(
array
$extraAttributes
,
Exception
$previous
= null )
$extraAttributes
array
$previous
Exception