<?phpnamespace OAuthCommonTokenException;use OAuthCommonExceptionException;/** * Exception thrown when an expired token is attempted to be used. */class ExpiredTokenException extends Exception{}