* * This file is subject to the MIT license that is bundled * with this source code in the LICENSE file. */ namespace Discord\Http\Exceptions; use Exception; /** * Thrown when a request to Discord's REST API fails. * * @author David Cole */ class RequestFailedException extends Exception { }