관리-도구
편집 파일: AuthenticationException.php
<?php namespace Laravel\Passport\Exceptions; use Illuminate\Auth\AuthenticationException as Exception; class AuthenticationException extends Exception { }