Skip to content

Commit

Permalink
Import right HttpException
Browse files Browse the repository at this point in the history
  • Loading branch information
mlanin authored Nov 24, 2016
1 parent bc51f59 commit f2c777b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LumenExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
use Illuminate\Auth\Access\AuthorizationException;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Foundation\Testing\HttpException;
use Illuminate\Session\TokenMismatchException;
use Illuminate\Validation\ValidationException;
use Laravel\Lumen\Exceptions\Handler as ExceptionHandler;

use Symfony\Component\HttpKernel\Exception\HttpException;

class LumenExceptionHandler extends ExceptionHandler
{
Expand Down

0 comments on commit f2c777b

Please sign in to comment.