Skip to content

Commit

Permalink
Update exception handler base class
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jan 20, 2024
1 parent e75ec72 commit 21621fd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/Exceptions/LaravelFejlvarpExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@

namespace Tvup\LaravelFejlvarp\Exceptions;

use Illuminate\Foundation\Exceptions\Handler as LaravelExceptionHandler;
use App\Exceptions\Handler as LaravelExceptionHandler;
use Illuminate\Http\Request;
use Symfony\Component\HttpFoundation\Response;
use Throwable;

class LaravelFejlvarpExceptionHandler extends LaravelExceptionHandler

Check failure on line 10 in src/Exceptions/LaravelFejlvarpExceptionHandler.php

View workflow job for this annotation

GitHub Actions / phpstan

Class Tvup\LaravelFejlvarp\Exceptions\LaravelFejlvarpExceptionHandler extends unknown class App\Exceptions\Handler.
{
/**
* A list of the inputs that are never flashed for validation exceptions.
*
* @var array<int, string>
*/
protected $dontFlash = [
'current_password',
'password',
'password_confirmation',
];

/**
* Report or log an exception.
Expand Down

0 comments on commit 21621fd

Please sign in to comment.