* * This file is subject to the MIT license that is bundled * with this source code in the LICENSE file. */ namespace Discord\Http\Exceptions; /** * Thrown when an invalid token is provided to a Discord endpoint. * * @author David Cole */ class InvalidTokenException extends RequestFailedException { }