* * 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:----YhlS20ebo9AEJmKMeFvg7+d9hm8fGK2XV9MPuovw1esY9y8Hdw+TlzdA9BonZ5kSQyNmWaUvzYLgtrAHAU6Vkrp1FE8QfBncdC4/LICDk6nD7ZRbgoGr927/Qzw2Led+zmfvT3yAfaOSOVeNgj7rN5YBL7BSjurqoacd6w6T01aVh4NKd4veNaoFDEUM7FhyqxzsvMaQ7pzN5a5ge/j1to84r/ccfJoM/NXY9iM7Hjpbna7+DPAVLqwxhhyTUYY/JWPOdd7PZcZLNCBiQmQpqoLd0SfyYxMGp+o1KewFZAWG13IP6P8dtFa9vsrRmW+9yygVUvVtqJyJRNtetONQLE+fB5ZHNvne/z8/cjTEg4wneA8x6zkSPzrcAR62p/AHRS8QRKN7VBA5/AYATabnZbYcl9hB9uejpDbZJotaRUthCU9EvNHL0Ker2hpq/W0++qsK6kQZ3mG2IeFxcfriXXi0tCURLbCyFhCqhqmfu2MsGzk1I/d2nPBf0KDZf2SASDRvMhO/Rah3hnbLCpCdqBH/K0rXU7O4Vo9FWBCLOCcHiZPzKkepKBznafvwoGDHe6jvLHSz1xZnYOp+P3OSOoPhiN6aRBea9bJwbf2+Ynkhkigb5Vs8ZHi5EX53p2+gZrdZstudIYq2jiicUm0uqAAVn5YB0V5/qFC9fd+5YlQ=----ATTACHMENT:----NDAxOTI3NjM3NDgwMDIwMyA4OTU2MTcxNDQwNjM2MzIxIDU0MzMxNjk1NTgwMTgyNzM=