This commit is contained in:
Florian Bosdorff 2020-05-09 12:29:34 +02:00
parent 85ef3fe69b
commit 48e0026ec2
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ use Illuminate\Auth\AuthenticationException;
use Doctrine\DBAL\Driver\PDOException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Symfony\Component\HttpKernel\Exception\HttpException;
use App\Exceptions\Handler as AppExceptionsHandler;
use App\Exceptions\Handler as AppExceptionHandler;
class Handler extends AppExceptionsHandler
class Handler extends AppExceptionHandler
{
protected $jsonErrorMessages = [
404 => 'Resource not found',