class AuthenticationException extends Exception

Properties

protected array $guards

All of the guards that were checked.

Methods

void
__construct(string $message = 'Unauthenticated.', array $guards = [])

Create a new authentication exception.

array
guards()

Get the guards that were checked.

Details

at line 23
void __construct(string $message = 'Unauthenticated.', array $guards = [])

Create a new authentication exception.

Parameters

string $message
array $guards

Return Value

void

at line 35
array guards()

Get the guards that were checked.

Return Value

array