Skip to content

Instantly share code, notes, and snippets.

View bonsoirval's full-sized avatar

NJOKU OKECHUKWU VALENTINE bonsoirval

  • Claretian University of Nigeria, Nekede
  • OWERRI IMO STATE NIGERIA
View GitHub Profile
<?php
namespace App\Exceptions;
use Exception;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
class Handler extends ExceptionHandler
{