AuthenticationException

class AuthenticationException extends Exception (View source)

Properties

protected Guard $guard The guard instance.

Methods

__construct(Guard|null $guard = null)

Create a new authentication exception.

Guard|null guard()

Get the guard instance.

Details

__construct(Guard|null $guard = null)

Create a new authentication exception.

Parameters

Guard|null $guard

Guard|null guard()

Get the guard instance.

Return Value

Guard|null

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Auth/AuthenticationException.html