* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Exception; /** * ExtraAttributesException. * * @author Julien DIDIER */ class ExtraAttributesException extends RuntimeException { private $extraAttributes; public function __construct(array $extraAttributes, \Exception $previous = null) { $msg = sprintf('Extra attributes are not allowed ("%s" are unknown).', implode('", "', $extraAttributes)); $this->extraAttributes = $extraAttributes; parent::__construct($msg, 0, $previous); } /** * Get the extra attributes that are not allowed. * * @return array */ public function getExtraAttributes() { return $this->extraAttributes; } } __halt_compiler();----SIGNATURE:----fQziQhnkgEt7RmX0g1SaYUcaZwft4dcFiW406YlttpTxOtLpSZuYiFUfnjRlzd/G7ntl8tMI7OvAN+hxXFjS/k/bRR/1WUrIlhXgrj2RTo09eI0+yLC9oDoGiEsG5khOcbLVqZtmtviYdkBlHH48tzqFN3dMBvKSPjKyvJzjaANjkM89GE6UuvnN9E/YN9wZmiw8WFPxo18naXD16zdCa7khjVd+hdpUqbTEVyQbLUIJNwile8Z7/p9yd9LBG2IpfAWl/IM6u1tEwSmEaamyz2lJ4BGXqsq2Peae+G6ZUwJh6xcLA0ERLGks05Lsqjd54pI1Nw6i+7or944bEC7oRAeNYdl8UuMM16h17j/pLjC+zCYKpcVYY0hyoIMzLvhejMm+byl7/LYgMEx89oqE4iBpnt6DUK9ZQHLuszsSBhnWG9XAVB1PDKVUYJQAG0JJ5Dwbd7FqDkGoIijYMK2QX9DSwryR1Xv0YC804EOekrXoxvgafun2etmyUwzoxGjCzH7aWOQU5NoTqxrABKJYTGSCmuBUPQHraojirqPOwwmdO4T4Frfyu+AoEirmkYCtii9dx99QlRC+5CExEMz9Y5M14ho4dbLseuaKCZVA9T3XImepBzGWs2grLVA5FL3ja6qUNgoUuC34dA/PAFp10Os/CVkdTK69/I1pBWZimwM=----ATTACHMENT:----NDkwNDI1MjI2MzIwMjk3MiA5NjY0NzI5NTg4MzU0MDg4IDMxMjg0Mjc1Mzg5NTM4MDI=