Skip to content

Commit

Permalink
minor #457 Removed some unused "use" statements (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Removed some unused "use" statements

Commits
-------

a575582 Removed some unused "use" statements
  • Loading branch information
javiereguiluz committed Sep 15, 2015
2 parents 5fc1a7d + a575582 commit dfec9fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Listener/ExceptionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
namespace JavierEguiluz\Bundle\EasyAdminBundle\Listener;

use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
use JavierEguiluz\Bundle\EasyAdminBundle\Exception\NoEntitiesConfigurationException;
use JavierEguiluz\Bundle\EasyAdminBundle\Exception\UndefinedEntityException;
use JavierEguiluz\Bundle\EasyAdminBundle\Exception\ForbiddenActionException;

class ExceptionListener
{
Expand Down

0 comments on commit dfec9fe

Please sign in to comment.