summaryrefslogtreecommitdiffstats
path: root/Http/Authorization/AccessDeniedHandlerInterface.php
diff options
context:
space:
mode:
authorMiha Vrhovnik <miha.vrhovnik@pagein.si>2011-03-21 10:41:39 +0100
committerMiha Vrhovnik <miha.vrhovnik@pagein.si>2011-03-21 10:41:39 +0100
commita3e6bde2ce4dd8fc755c9bba74e5638eeb0a2517 (patch)
treeabe152ff0e11834c25ab421348b1f64895a9f370 /Http/Authorization/AccessDeniedHandlerInterface.php
parent428597101add30424b08946987e56143744baeeb (diff)
downloadsymfony-security-a3e6bde2ce4dd8fc755c9bba74e5638eeb0a2517.zip
symfony-security-a3e6bde2ce4dd8fc755c9bba74e5638eeb0a2517.tar.gz
symfony-security-a3e6bde2ce4dd8fc755c9bba74e5638eeb0a2517.tar.bz2
removed unecessary use statements (ExceptionEvent was also undefined namespace)
Diffstat (limited to 'Http/Authorization/AccessDeniedHandlerInterface.php')
-rw-r--r--Http/Authorization/AccessDeniedHandlerInterface.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Authorization/AccessDeniedHandlerInterface.php b/Http/Authorization/AccessDeniedHandlerInterface.php
index 40576a6..42ac266 100644
--- a/Http/Authorization/AccessDeniedHandlerInterface.php
+++ b/Http/Authorization/AccessDeniedHandlerInterface.php
@@ -3,9 +3,7 @@
namespace Symfony\Component\Security\Http\Authorization;
use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpKernel\Event\ExceptionEvent;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
-use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
/**
* This is used by the ExceptionListener to translate an AccessDeniedException