AuthenticationException
class AuthenticationException extends Exception (View source)
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
void __construct(string $message = 'Unauthenticated.', array $guards = [])
Create a new authentication exception.
array guards()
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