vendredi 7 décembre 2018

Laravel dontReport in handler not working

Laravel dontReport in handler file not working following code for dontReport

protected $dontReport = [

    \Illuminate\Auth\AuthenticationException::class,
    \Illuminate\Auth\Access\AuthorizationException::class,
    \Symfony\Component\HttpKernel\Exception\HttpException::class,
    \Illuminate\Database\Eloquent\ModelNotFoundException::class,
    \Illuminate\Session\TokenMismatchException::class,
    \Illuminate\Validation\ValidationException::class,
    \Illuminate\View\View::class,
    \Illuminate\Routing\RouteCollection::class,
    \Illuminate\Foundation\Http\Middleware\VerifyCsrfToken::class,
    \Illuminate\Session\Middleware\StartSession::class,


];



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2G28Yev
via IFTTT

Aucun commentaire:

Enregistrer un commentaire