Skip to content

Commit

Permalink
Removed some unused "use" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 15, 2015
1 parent 5fc1a7d commit a575582
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Listener/ExceptionListener.php
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 a575582

Please sign in to comment.