<?php namespace Laravel\Passport\Exceptions; use Illuminate\Auth\AuthenticationException as Exception; class AuthenticationException extends Exception { }