Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Argument 2 passed to AppExceptionsHandler::unauthenticated() must be an instance of AppExceptionsAuthenticationException, instance of IlluminateAuthAuthenticationException given

namespace AppExceptions;

use Exception;
use Request;
use IlluminateAuthAuthenticationException;
use Response;
use IlluminateFoundationExceptionsHandler as ExceptionHandler;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Argument #passed #instance #instance #IlluminateAuthAuthenticationException
ADD COMMENT
Topic
Name
7+7 =