class AuthenticationException extends Exception (View source)
| protected array | $guards | All of the guards that were checked. |
| void | __construct(string $message = 'Unauthenticated.', array $guards = []) Create a new authentication exception. | |
| array | guards() Get the guards that were checked. |
Create a new authentication exception.
Get the guards that were checked.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.5/Illuminate/Auth/AuthenticationException.html