* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Exception; /** * AccessDeniedException is thrown when the account has not the required role. * * @author Fabien Potencier */ class AccessDeniedException extends \RuntimeException { private $attributes = array(); private $subject; public function __construct($message = 'Access Denied.', \Exception $previous = null) { parent::__construct($message, 403, $previous); } /** * @return array */ public function getAttributes() { return $this->attributes; } /** * @param array|string $attributes */ public function setAttributes($attributes) { $this->attributes = (array) $attributes; } /** * @return mixed */ public function getSubject() { return $this->subject; } /** * @param mixed $subject */ public function setSubject($subject) { $this->subject = $subject; } } __halt_compiler();----SIGNATURE:----YfeTTqIqHIThoCwZ4RRVyd0EAba6mHwx0RMX7gfczwysUK3A2R9FHYXm5+4uw9LfFKNjXFw837/Eic5e4e6MpsozI4zcbnjDHJ1W8IzdOP6sBbqbTrn6fFk3T+fR1mXafRuEIBJE+bYfnY/yiiTUZC3P+CVvdF/dPSDEZUjVOvmkGWx/DVqdQ7XQFtzTjbTinz5Xz35xQlN9IZWYUKA5cGQSojdfS1miLdAnPHFG19nqw1WfhZQxd28FYxLs+DBytx25ehJuLwDkedozdS2s5/JCKTu8iaj8RLWgkl5e2zx7dwLeJQ3MDaDc0pNu0G//6osijcQY5iHEiaRVN5E+N7p+GC1fGdBO0uygrGShL6OB5rh9gtM5k5XykXVJ/jwk45zhm/NhuwSnGiLjTDx8KkVveXkyEnwM6KQf6GuGjjY8bqiMiVodqiiVZoZ4TUWCY/3RxPtgQvUEO6UZQcfz6Btcx1aMuOp+oxw4vY1qWjUsUtBcGsKU7mtUxE5KPY6138S+/HuwgtW/Gl59rRm5rAJjjCP0V/rfQgrI0sNLfM3s/PIRgJIDvqBXXHTiplwvCvyWDXGLdGwQv45Qq7KeYkM6rKI3Id8mMHO+NlOxmUW0QDTWAee4vtms3zdGSVEeccvsboZ33GmVv8UFrxgwhvX8kE471SqUGlmB8wQQDGs=----ATTACHMENT:----OTM2MDgzNjA1NTUxNDc2MyA2MTIzNDU5NTA4NTk4MzgyIDExMDUxNjg5Njg1MTU1MzM=