* * 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:----ndzDzwAEmno8ghvWE7S7V6XJmNzCBbGi2iDWGwjvLjDnbS2METtk0j3OVOgWR3ZZQYriQrUWgW1P0k8ONZHrJ46fDLAZ0jGGTbFmyC75L5dXOzeoZMNYsVF7hG7QuIXYlMfS8ZNaxNgvAgja+fvGacLqT9xDicsB37sy7ZctJmcC5+xVJaG94K0y3u1CY1rvO+rSUZm1IxTFmfofliJ/CuihNnrAdhvNyETV+OxqxBdvhqjsjGcQ4pyUjit9gEzjmZUCLgJZ1t2Ykahh8uDW0tqamsDkp/SWMMZJsadrc9/3LJpPtWdwNyPsenzq8rpgRnn6FyKMp3R3KsSYCFTIXOaYy13lcXmGsWZkhakHCEfW9Sn0NPfcONZ2rWYnGqVjac07PqviRPDL6mSCWZ7YdIaKsHakX7W6Qa0pNt/d0IbQK0ie5Mg13yMf+XMyb9vlTo0KQpdNYUwV/CAjyjsQ6ZfAAfj/oGduowJjNVgOFLtwc4OgAOPMv/6IO+x5PybUnFD2nKCpyA0xIDfZ+gRGmW9lKOFOPzLNVuADghYc4QOK6Q1vrWczy8Gpp90b9XTB/fsJOmdQP16kDAaBFHeCXIBHkomoqZi5bVdjyfeNFo8r0S7TPNcqcETU7YVSExcjBgERMaHFc3H+IW5jgp30NFjYTi56kHp8aFTAnBNJpvI=----ATTACHMENT:----NDg1MTA4MTg0MDI4Njc3NCA2Njg4NjE0NTI0NDYyMTcgMTcxNzYyOTA3MjgxNTU0NA==