* * 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:----vpKZqlvwuMMU34vcv2UpJFKQrAIY2LuJybkqpYCw5aNcOAi3Ph7WgMRIv6qH1O9XlOiZRvwvWW8BXSKNLMxWoCGCTMUZRecTBqP2ND1iLUltnc0Ep9u9BU7gxYTtA8Gmxoz8Wj0An8BBsgVZVbht/vZRp85K+BkL0FJM1oI5sFITwpRfylr5A6ZWMW+gvYQvjDH03eu7kGuQEq1MXESWRk0IVL4yFyVhAEe8P4eMY4CqUFA488oi9+tM8sDe815SqyHtWagEG3XLRhTPr3EcDmEQJHEoyJtOexgFHOwntn46+7XWxz+pUEsKaYxMuilj0R38JVDQ6RtV5keKnUlT7l4xA4JZvlh0ZeMGA+vwDnkfX1p/qTmOFqnDhjgsojj2DfRhIbN0AN8od8rasEvBAFwJCLeVPaTBgekXCNXlig62qvmwN80l7wvciOWHPpCzc7ji5VjARiSbj2PfhFAiOXjpSSaePlZDogXsmgknWxkPnqBoTfMuPTFqWZ2ij5lNsXv1rU1RZ3lqor30IhZydXWrP0aiKu2dT0haiK5AKIfFjLqAYWBkH98bgWdDFoETGKxbXdiYvVxm5MIiTuJtpd6Klg/gbtxwt2u5LqoRUSLv19vUQTRVj0s4Kz5E0aky2lFfD05Vk2nLm6VY+91lh1o8bKXNF8jC6ZotjS5zTbQ=----ATTACHMENT:----MjI3ODkwNzkzNTAyNTg1OCA2MTU1NzM5ODg3MzMwMDk2IDExNjcwMjQzMjEzMjAzNTE=