import class

This commit is contained in:
Taylor Otwell 2016-07-10 16:35:03 -05:00
parent 173e0efc12
commit 677c1bdef3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace App\Exceptions;
use Exception;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
class Handler extends ExceptionHandler